/* News extends shared BxM typography, scene controls, forms and chrome. */
.bxm-news-article__body>p:first-child{font-size:clamp(19px,1.5vw,27px);line-height:1.65;color:var(--about-muted)}
.bxm-news summary:focus-visible{outline:3px solid var(--about-blue);outline-offset:5px}
.bxm-news-hero{background:#ecf2f8;color:#242d33;--about-blue:#286bd2}.bxm-news-hero em{color:#286bd2}.bxm-news-hero .bxm-about-scene__panels p{color:#566778}.bxm-news-hero .bxm-about-scene__layout{grid-template-columns:1fr 1.12fr;min-height:610px;gap:5%;padding-block:36px}.bxm-news-hero .bxm-about-scene__copy{padding-block:25px}.bxm-news-hero h1{font-size:clamp(43px,4.6vw,85px)}.bxm-news-hero__image{margin:0;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 22px 54px #1c405a18;transform:rotate(2deg)}.bxm-news-hero__image img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;animation:news-image-drift 18s ease-in-out infinite alternate paused}.bxm-news-hero.is-running .bxm-news-hero__image img{animation-play-state:running}.bxm-news-hero__image figcaption{position:relative;font-size:14px;padding:14px 20px;background:var(--about-bg);color:var(--about-muted)}.bxm-news-hero .bxm-about-scene__controls{border-color:#bdcbd8}.bxm-news-hero .bxm-about-scene__controls button{color:#53677a}.bxm-news-hero .bxm-about-scene__steps button[aria-pressed=true]{color:#225fb7;border-color:#9fbce1;background:#fff8}.bxm-news-hero .bxm-about-scene__transport button{border-color:#bdcbd8}.bxm-news-hero .bxm-about-scene__controls button:hover{background:#fff;color:#225fb7}
[data-bxm-theme=dark] .bxm-news-hero{background:#18232d;color:#eff4f7;--about-blue:#8dbdff}[data-bxm-theme=dark] .bxm-news-hero em{color:#8dbdff}[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__panels p{color:#bec8d2}[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__controls{border-color:#405261}[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__controls button{color:#c0cddb}[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__steps button[aria-pressed=true]{background:#2c425a;color:#fff}[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__controls button:hover{background:#2c425a;color:#fff}
.bxm-news-nav{display:flex;gap:34px;flex-wrap:wrap;align-items:center;border-bottom:1px solid var(--about-line);padding-block:26px}.bxm-news-nav a{color:var(--about-ink);font-size:var(--bxm-type-action)}.bxm-news-nav a:hover{color:var(--about-blue)}.bxm-news-nav span{font-size:14px;color:var(--about-muted);padding-left:8px}.bxm-news-topics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4%}.bxm-news-topics>article{border-top:1px solid var(--about-line);padding-top:24px}.bxm-news-topics img{width:100%;height:210px;object-fit:contain;margin:0 0 26px;background:#fff;border-radius:12px;padding:16px}.bxm-news-topics p{color:var(--about-muted)}.bxm-news-topics details{border-top:1px solid var(--about-line);padding-top:16px}.bxm-news-topics summary{display:flex;justify-content:space-between;align-items:center;font-weight:600;cursor:pointer;color:var(--about-blue);min-height:44px;list-style:none}.bxm-news-topics summary::-webkit-details-marker{display:none}.bxm-news-topics details[open] summary{margin-bottom:20px}.bxm-news-topics details[open] summary span{transform:rotate(45deg)}.bxm-news-topics details a{display:inline-flex;align-items:center;gap:12px;color:var(--about-blue)}
.bxm-news-projects{background:var(--about-soft);padding-block:80px}.bxm-news-project{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center;padding-block:46px;border-top:1px solid var(--about-line)}.bxm-news-project:nth-of-type(even) .bxm-news-project__image{order:2}.bxm-news-project__image{display:block;overflow:hidden;border-radius:12px;background:var(--about-bg)}.bxm-news-project__image img{width:100%;height:auto;aspect-ratio:1.7;object-fit:cover;object-position:top;transition:transform .5s}.bxm-news-project__image:hover img{transform:scale(1.025)}.bxm-news-project__image--plane{background:#dbe7f0}.bxm-news-project__image--plane img{object-fit:contain;padding:7% 0}.bxm-news-project h3{font-size:clamp(30px,3vw,55px);font-weight:300;letter-spacing:-.04em;line-height:1.15}.bxm-news-project p:not(.bxm-about-kicker){color:var(--about-muted)}
.bxm-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:52px 4%}.bxm-news-card{display:flex;flex-direction:column;min-width:0}.bxm-news-card__image{display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:1.5;border-radius:12px;background:var(--about-soft);color:var(--about-blue);margin-bottom:22px}.bxm-news-card__image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s}.bxm-news-card__image:hover img{transform:scale(1.035)}.bxm-news-card__image>span{font-size:clamp(25px,2vw,38px);padding:25px;overflow-wrap:anywhere}.bxm-news-card h3 a{color:var(--about-ink)}.bxm-news-card .bxm-about-kicker{font-size:14px;margin-bottom:12px}.bxm-news-card>p:not(.bxm-about-kicker){color:var(--about-muted)}.bxm-news-card>.bxm-about-textlink{margin-top:auto;padding-top:12px}.bxm-news-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:46px}.bxm-news-pagination a{display:flex;align-items:center;gap:8px;padding:10px 18px;min-height:44px;border:1px solid var(--about-line);border-radius:99px;color:var(--about-ink)}.bxm-news-pagination a[aria-current]{background:var(--about-blue);color:var(--about-bg);border-color:var(--about-blue)}
.bxm-news-offer{padding-block:70px;border-top:1px solid var(--about-line);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8%}.bxm-news-offer>div>p:not(.bxm-about-kicker){color:var(--about-muted)}.bxm-news-offer .bxm-about-textlink{display:flex;margin-top:22px}.bxm-news-article{padding-block:40px 70px}.bxm-news-breadcrumb{display:flex;gap:12px;flex-wrap:wrap;font-size:14px;color:var(--about-muted);margin-bottom:42px}.bxm-news-breadcrumb a{color:inherit}.bxm-news-article__heading{max-width:1100px;margin-bottom:44px}.bxm-news-article__heading h1{font-size:clamp(40px,5vw,84px);font-weight:300;line-height:1.12;letter-spacing:-.05em;margin:0 0 24px;overflow-wrap:anywhere}.bxm-news-article__heading>p:last-child{color:var(--about-muted);font-size:clamp(19px,1.5vw,27px);max-width:62ch}.bxm-news-article__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.42fr);gap:8%;align-items:start}.bxm-news-article__body>p{max-width:72ch;white-space:normal;overflow-wrap:anywhere}.bxm-news-article__body figure{margin:36px 0}.bxm-news-article__body img{width:100%;height:auto;border-radius:10px}.bxm-news-article__aside{position:sticky;top:140px;background:var(--about-soft);border-radius:14px;padding:30px}.bxm-news-article__aside h2{font-size:clamp(26px,2.1vw,38px)}.bxm-news-article__aside p{color:var(--about-muted)}.bxm-news-article__aside .bxm-v55-button{white-space:normal;text-align:left}.bxm-news-next{display:flex;justify-content:space-between;gap:30px;align-items:center;border-top:1px solid var(--about-line);margin-top:50px;padding-top:30px}.bxm-news-next a{color:var(--about-blue)}.bxm-news-next a:last-child{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end;text-align:right}.bxm-news-next small{width:100%;font-size:14px;color:var(--about-muted)}
@keyframes news-image-drift{to{transform:scale(1.035)}}
@media(max-width:1100px){.bxm-news-topics,.bxm-news-grid{gap:36px 24px}.bxm-news-article__layout{gap:4%;grid-template-columns:minmax(0,1fr) 290px}.bxm-news-hero .bxm-about-scene__layout{min-height:540px}.bxm-news-project{gap:5%}.bxm-news-topics img{height:170px}}
@media(max-width:760px){.bxm-news-hero .bxm-about-scene__layout{grid-template-columns:1fr;min-height:0;padding-block:16px 32px;gap:18px}.bxm-news-hero h1{font-size:clamp(39px,8.7vw,62px)}.bxm-news-hero__image{transform:none}.bxm-news-hero__image figcaption{font-size:14px;padding:12px}.bxm-news-nav{gap:14px 22px;padding-block:22px}.bxm-news-topics,.bxm-news-grid{grid-template-columns:1fr;gap:40px}.bxm-news-topics img{height:220px}.bxm-news-projects{padding-block:55px}.bxm-news-project{grid-template-columns:1fr;gap:28px;padding-block:35px}.bxm-news-project:nth-of-type(even) .bxm-news-project__image{order:0}.bxm-news-project__image{order:0}.bxm-news-offer,.bxm-news-article__layout{grid-template-columns:1fr;gap:28px}.bxm-news-article__aside{position:static}.bxm-news-next{align-items:flex-start}.bxm-news-next a:last-child{max-width:60%}.bxm-news-offer .bxm-v55-button{white-space:normal;text-align:left}}
/* News studio: light, code-native artwork with the existing scene controls. */
.news-studio{position:relative;background:#f4f8ff;border:1px solid #bed3f2;border-radius:24px;padding:25px;overflow:hidden;color:#243442;min-width:0}.news-studio-top{display:flex;justify-content:space-between;gap:14px;font-size:11px;letter-spacing:.1em;position:relative;z-index:1}.news-studio-live{color:#286bd2}.news-studio-board{background:white;border:1px solid #d0e0f5;border-radius:14px;padding:30px;margin:32px 12px 20px;position:relative;box-shadow:12px 14px 0 #286bd215}.news-studio-eyebrow{font-size:12px;color:#597697;text-transform:uppercase;letter-spacing:.1em}.news-studio-board>strong{display:block;font-size:clamp(27px,2.7vw,46px);line-height:1.15;letter-spacing:-.04em;margin:18px 0 28px}.news-studio-flow{display:flex;align-items:center;justify-content:space-between;gap:8px}.news-studio-flow>span{padding:12px 10px;border:1px solid #c9dcf5;border-radius:9px;font-size:12px;color:#547399;transition:background .4s,color .4s}.news-studio-flow b{font-size:14px;font-weight:600}.news-studio-flow i{color:#286bd2;font-style:normal}.news-studio-bars{display:flex;gap:8px;align-items:end;height:65px;margin:20px 0}.news-studio-bars i{height:35%;background:#aacdf6;flex:1;border-radius:4px;transform-origin:bottom}.news-studio-bars i:nth-child(2){height:65%}.news-studio-bars i:nth-child(3){height:50%}.news-studio-bars i:nth-child(4){height:80%}.news-studio-bars i:nth-child(5){height:100%;background:#286bd2}.news-studio-board p{font-size:15px;line-height:1.6;margin:0;color:#60758e}.news-studio-tag{font-size:12px;text-align:center;color:#3c6394}.news-studio-orbit{position:absolute;inset:20px;border:1px dashed #b5ceed;border-radius:50%;transform:rotate(-20deg)}.news-studio-orbit i{position:absolute;width:9px;height:9px;background:#286bd2;border-radius:50%;top:15%;left:12%}.news-studio-orbit i:nth-child(2){top:75%;left:90%}.news-studio-orbit i:nth-child(3){top:8%;left:65%}
[data-scene-step="0"] .news-studio-flow>span:nth-of-type(1),[data-scene-step="1"] .news-studio-flow>span:nth-of-type(2),[data-scene-step="2"] .news-studio-flow>span:nth-of-type(3){background:#286bd2;color:#fff}.is-running .news-studio-bars i{animation:news-bars 7s ease-in-out infinite}.is-running .news-studio-orbit{animation:news-orbit 35s linear infinite}.news-topic-art{display:block;width:100%;height:auto;margin:20px 0 26px}.news-topic-bar{transform-box:fill-box;transform-origin:bottom}.is-news-moving .news-topic-bar{animation:news-bars 7s ease-in-out infinite}.is-news-moving .news-topic-pulse{animation:news-pulse 7s ease-in-out infinite}
@keyframes news-bars{0%,70%,100%{transform:scaleY(1)}35%{transform:scaleY(.65)}}@keyframes news-pulse{0%,70%,100%{opacity:1}35%{opacity:.4}}@keyframes news-orbit{to{transform:rotate(340deg)}}
.bxm-news-project.is-revealed .bxm-project-plane{animation:news-flight 8s ease-in-out infinite paused}.bxm-news-project.is-revealed .bxm-project-magazine{transform-origin:50% 70%;animation:news-magazine 7s ease-in-out infinite paused}.bxm-news-project.is-revealed .bxm-project-phone{animation:news-phone 7s ease-in-out infinite paused}.bxm-news-project.is-running :is(.bxm-project-plane,.bxm-project-magazine,.bxm-project-phone){animation-play-state:running}
@keyframes news-flight{0%,100%{transform:translate(0,0) rotate(-2deg)}25%{transform:translate(2%,-5%) rotate(-9deg)}55%{transform:translate(-2%,2%) rotate(6deg)}80%{transform:translate(1%,-2%) rotate(-5deg)}}
@keyframes news-magazine{0%,100%{transform:perspective(800px) translateY(0) rotate(-2deg) rotateY(0)}28%{transform:perspective(800px) translateY(-5%) rotate(-9deg) rotateY(-14deg)}65%{transform:perspective(800px) translateY(1%) rotate(7deg) rotateY(14deg)}}
@keyframes news-phone{0%,100%{transform:translateY(0) rotate(-1deg)}30%{transform:translateY(-5%) rotate(5deg)}70%{transform:translateY(2%) rotate(-4deg)}}
.news-guide{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:28px;align-items:center;background:#edf4ff;border:1px solid #d1e1f9;border-radius:18px;padding:28px;margin-block:28px 55px;color:#243442}.news-guide [data-guide-dock-slot]{width:104px;height:104px}.news-guide h3{font-size:25px;margin:0 0 10px}.news-guide p:not(.bxm-about-kicker){font-size:17px;line-height:1.7;margin:0;color:#607080}.news-guide .bxm-about-kicker{font-size:11px;margin-bottom:10px}.bxm-news-offer{background:#286bd2;border-radius:18px;color:#fff;padding:42px;margin-block:45px}.bxm-news-offer .bxm-about-kicker,.bxm-news-offer>div>p:not(.bxm-about-kicker){color:#e0edff}.bxm-news-offer a.bxm-action{color:#fff!important}.bxm-news-offer a.bxm-action--primary{background:white;color:#286bd2!important}.bxm-news-offer .bxm-action--primary .bxm-action__arrow{background:#286bd2;color:white}
@media(max-width:900px){.news-guide{grid-template-columns:88px 1fr;gap:18px}.news-guide [data-guide-dock-slot]{width:80px;height:80px}.news-guide>.bxm-action{grid-column:2;justify-self:start}}
@media(max-width:600px){.news-studio{padding:16px}.news-studio-board{margin:22px 0 16px;padding:20px 14px}.news-studio-flow>span{padding:10px 7px}.news-studio-flow b{font-size:12px}.news-studio-top{font-size:9px}.news-guide{padding:20px 16px}.news-guide h3{font-size:22px}.news-guide>.bxm-action{grid-column:1/-1}.bxm-news-offer{padding:28px 20px}.bxm-news .bxm-action{white-space:normal}.news-studio-board>strong{font-size:30px}}
@media(prefers-reduced-motion:reduce){.bxm-news :is(.news-studio *, .news-topic-art *, .bxm-project-plane, .bxm-project-magazine, .bxm-project-phone){animation:none!important;transition:none!important}}
.bxm-project-stage .bxm-project-phone{position:absolute}.bxm-project-stage .bxm-project-phone>img{position:static;display:block;width:100%;height:auto}.news-phone-sheen{position:absolute;left:22%;top:19%;width:56%;height:51%;overflow:hidden;pointer-events:none}.news-phone-sheen::after{content:'';position:absolute;inset:0;background:linear-gradient(140deg,transparent 35%,#ddecff99 50%,transparent 65%);transform:translateY(-110%)}.is-revealed .news-phone-sheen::after{animation:news-screen-light 5s ease-in-out infinite paused}.is-running .news-phone-sheen::after{animation-play-state:running}@keyframes news-screen-light{0%,100%{transform:translateY(-110%)}60%,85%{transform:translateY(110%)}}.news-motion-pause{border:1px solid #b7cce8;border-radius:24px;background:transparent;color:var(--about-ink);padding:10px 18px;margin-top:24px;cursor:pointer;font:inherit;font-size:14px}@media(prefers-reduced-motion:reduce){.news-phone-sheen::after{animation:none!important}.news-motion-pause{display:none}}

.bxm-news-offer__actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px 36px}.bxm-news-offer__actions>.bxm-action{margin:0;max-width:100%}

/* Layered movement keeps each project recognisable while the scene stays in place. */
.bxm-news-project.is-revealed .bxm-project-tablet{animation:news-tablet 9s ease-in-out infinite paused}
.bxm-news-project.is-revealed .bxm-project-watch{animation:news-watch 6s ease-in-out infinite paused}
.bxm-news-project.is-revealed .bxm-project-laptop{animation:news-laptop 9s ease-in-out infinite paused}
.bxm-news-project.is-running :is(.bxm-project-tablet,.bxm-project-watch,.bxm-project-laptop){animation-play-state:running}
@keyframes news-tablet{0%,100%{transform:translateY(0) rotate(0)}40%{transform:translateY(-2%) rotate(-3deg)}75%{transform:translateY(1%) rotate(2deg)}}
@keyframes news-watch{0%,100%{transform:scale(1) rotate(0)}40%{transform:translateY(-4%) scale(1.06) rotate(5deg)}75%{transform:rotate(-3deg)}}
@keyframes news-laptop{0%,100%{transform:translateY(0)}45%{transform:translateY(-2%) rotate(1deg)}}

/* Match the folding edge to the grey hero directly above the moved scene. */
.bxm-news-hero + .bxm-devices .bxm-devices__edge{background:#ecf2f8}
[data-bxm-theme=dark] .bxm-news-hero + .bxm-devices .bxm-devices__edge{background:#18232d}
/* Three large, independent diagrams with direct manipulation. */
.bxm-news-topics{gap:24px;align-items:stretch}
.bxm-news-topics>article{display:flex;flex-direction:column;min-width:0;border:1px solid var(--about-line);border-radius:20px;padding:24px;background:var(--about-bg);transition:border-color .25s,box-shadow .25s}
.bxm-news-topics>article:hover,.bxm-news-topics>article:focus-within{border-color:#7aa8e7;box-shadow:0 10px 28px #214a7410}
.bxm-news-topics>article>.bxm-about-number{margin-bottom:18px;font-size:13px;letter-spacing:.075em}
.news-topic-demo{background:#edf4ff;border:1px solid #d4e3f7;border-radius:13px;margin-bottom:24px;overflow:hidden;color:#2b4564}
.news-topic-demo__bar{display:flex;justify-content:space-between;gap:10px;padding:14px 16px 0;font-size:10px;letter-spacing:.07em;text-transform:uppercase}.news-topic-demo__bar>span:last-child{font-size:7px;letter-spacing:3px;color:#8ab0e4}
.bxm-news .bxm-news-topics svg.news-topic-art{display:block;width:100%;height:auto;max-width:none;aspect-ratio:5/3;margin:0;flex-shrink:0}
.news-topic-demo__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px 12px;border-top:1px solid #cadcf3;margin:0 14px;padding:10px 0;color:#587393;font-size:11px;line-height:1.5;min-height:65px}
.news-topic-demo__footer button{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:6px 0;background:none;border:0;color:#225fb9;font:600 12px var(--bxm-font-family);cursor:pointer}
.news-topic-demo__footer button[aria-pressed=true]{color:#153d75}.news-topic-demo__footer button:focus-visible{outline:2px solid #286bd2;outline-offset:3px;border-radius:3px}
.bxm-news-topics>article>h3{font-size:clamp(22px,1.65vw,30px);line-height:1.25;letter-spacing:-.025em;margin:0 0 16px}
.bxm-news-topics>article>p{font-size:17px;line-height:1.65;margin:0 0 24px}.bxm-news-topics>article>details{margin-top:auto}.bxm-news-topics summary{font-size:17px}
.topic-writing{stroke-dasharray:100;animation:topic-write 5s ease-in-out infinite}.topic-cursor{animation:topic-edit-cursor 5s ease-in-out infinite}.topic-saved{animation:topic-save 5s ease-in-out infinite}.topic-content-block{transition:fill .4s}
.topic-chart-bars rect{transform-box:fill-box;transform-origin:bottom;animation:topic-bars 5s ease-in-out infinite}.topic-chart-bars rect:nth-child(2){animation-delay:-.6s}.topic-chart-bars rect:nth-child(3){animation-delay:-1.2s}.topic-chart-bars rect:nth-child(4){animation-delay:-1.8s}.topic-chart-bars rect:nth-child(5){animation-delay:-2.4s}.topic-chart-line{stroke-dasharray:100;animation:topic-write 5s ease-in-out infinite}.topic-data-dot{animation:topic-data-point 5s ease-in-out infinite}.topic-data-note{animation:topic-save 5s ease-in-out infinite}
.topic-design-image{animation:topic-design-lift 5.5s ease-in-out infinite}.topic-design-phone{animation:topic-design-lift 5.5s -2s ease-in-out infinite}.topic-design-copy{animation:topic-save 5.5s ease-in-out infinite}
.bxm-news-topics .news-topic-art *{animation-play-state:paused}.bxm-news-topics .is-news-moving .news-topic-art *{animation-play-state:running}
[data-news-demo=cms][data-demo-view="1"] .topic-cms-content{transform:translateY(4px)}[data-news-demo=cms][data-demo-view="1"] .topic-content-block{fill:#93bbed}[data-news-demo=cms][data-demo-view="1"] .topic-writing{stroke:#163e74;stroke-width:5}
[data-news-demo=data][data-demo-view="1"] .topic-chart-bars{transform:translateX(374px) scaleX(-1)}[data-news-demo=data][data-demo-view="1"] .topic-chart-line{transform:translateX(374px) scaleX(-1)}
[data-news-demo=design][data-demo-view="1"] .topic-design-image{transform:translateX(137px);animation-name:topic-design-lift-right}[data-news-demo=design][data-demo-view="1"] .topic-design-copy{transform:translateX(-137px)}
.topic-cms-content,.topic-chart-bars,.topic-chart-line,.topic-design-copy{transition:transform .5s ease}
.news-guide:has(.news-guide__next){grid-template-columns:104px minmax(0,1fr) auto;gap:10px 26px}.news-guide:has(.news-guide__next)>[data-guide-dock-slot]{grid-row:1/3}.news-guide:has(.news-guide__next)>div:nth-child(2){grid-row:1/3}.news-guide__next{grid-column:3;justify-self:start;font-size:15px}
@keyframes topic-write{0%,100%{stroke-dashoffset:35;opacity:.6}35%,80%{stroke-dashoffset:0;opacity:1}}
@keyframes topic-edit-cursor{0%,100%{transform:translate(0,0)}35%,55%{transform:translate(76px,74px)}70%,85%{transform:translate(104px,102px)}}
@keyframes topic-save{0%,100%{opacity:.55}40%,80%{opacity:1}}
@keyframes topic-bars{0%,100%{transform:scaleY(.68)}45%,70%{transform:scaleY(1)}}
@keyframes topic-data-point{0%,100%{transform:translate(-54px,-13px)}45%,70%{transform:translate(54px,-34px)}}
@keyframes topic-design-lift{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes topic-design-lift-right{0%,100%{transform:translate(137px,0)}50%{transform:translate(137px,-6px)}}
@media(max-width:1050px){.bxm-news-topics{gap:16px}.bxm-news-topics>article{padding:18px}.news-topic-demo__footer{min-height:88px}.news-topic-demo__bar{font-size:9px;padding-inline:12px}}
@media(max-width:800px){.bxm-news-topics{grid-template-columns:1fr}.bxm-news-topics>article{padding:22px}.news-topic-demo{max-width:520px;width:100%;align-self:center}.news-topic-demo__footer{min-height:60px}.news-guide:has(.news-guide__next){grid-template-columns:80px minmax(0,1fr)}.news-guide:has(.news-guide__next)>[data-guide-dock-slot]{grid-row:1;width:80px;height:88px}.news-guide:has(.news-guide__next)>div:nth-child(2){grid-row:1}.news-guide:has(.news-guide__next)>a{grid-column:1/-1}.news-guide__next{grid-column:1/-1;justify-self:start}}
@media(prefers-reduced-motion:reduce){.bxm-news-topics .news-topic-art *{animation:none!important;transition:none!important}.bxm-news-topics>article{transition:none}.topic-writing,.topic-chart-line{stroke-dashoffset:0}}

/* A compact, interactive project studio beside the editorial introduction. */
.bxm-news-hero .bxm-about-scene__layout{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);min-height:0;gap:5%;padding-block:30px 26px}
.bxm-news-hero .bxm-about-scene__copy{padding-block:8px}
.bxm-news-hero .bxm-about-scene__title{font-size:clamp(44px,4.8vw,92px);margin-bottom:24px}
.bxm-news-hero .bxm-about-scene__panels{max-width:48ch;margin-bottom:24px}
.bxm-news-hero .news-studio{width:100%;max-width:660px;box-sizing:border-box;justify-self:center;padding:20px;border-radius:20px}
.news-studio-board{padding:24px;margin:22px 0 18px;box-shadow:8px 9px 0 #286bd215;touch-action:pan-y;cursor:grab;transform:translateX(var(--studio-drag,0));transition:transform .3s}
.news-studio-board.is-dragging{cursor:grabbing;user-select:none;transition:none}
.news-studio-board:focus-visible,.news-studio button:focus-visible{outline:3px solid #286bd2;outline-offset:4px}
.news-studio-board-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.news-studio-board-top>span:last-child{font-size:12px;color:#60758e;font-variant-numeric:tabular-nums}
.news-studio-board>strong{font-size:clamp(29px,2.6vw,44px);margin:16px 0 20px;min-height:2.3em}
.news-studio-flow>button{font:inherit;text-align:left;flex:1;min-width:0;padding:10px 12px;border:1px solid #c9dcf5;border-radius:10px;background:#f5f9ff;color:#40658f;cursor:pointer;transition:background .3s,transform .3s,color .3s}
.news-studio-flow>button small{display:block;font-size:11px;margin-bottom:3px}
.news-studio-flow>button b{font-size:13px}
.news-studio-flow>button[aria-pressed=true]{background:#286bd2;color:white;border-color:#286bd2;transform:translateY(-3px);box-shadow:0 5px 0 #286bd21a}
.news-studio-flow>button:hover{transform:translateY(-5px)}
.news-studio-flow i{font-size:20px}
.news-studio-preview{position:relative;border:1px solid #d4e2f4;border-radius:10px;background:#f5f8fd;margin:19px 0 16px;overflow:hidden}
.news-studio-preview-chrome{height:25px;display:flex;align-items:center;gap:4px;padding:0 12px;background:white;border-bottom:1px solid #d4e2f4}
.news-studio-preview-chrome>i{width:4px;height:4px;border-radius:50%;background:#8cabd0}
.news-studio-preview-chrome>span{font-size:9px;letter-spacing:.07em;margin-left:auto;color:#60758e}
.news-studio-composition{height:100px;padding:12px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 24px;gap:8px;position:relative}
.news-studio-tile{border-radius:5px;transition:transform .6s,background .6s;min-width:0}
.news-studio-tile--lead{padding:10px;background:#deebfc;display:flex;flex-direction:column;justify-content:center;gap:5px}
.news-studio-tile--lead i{height:4px;width:80%;background:#9dbde7;border-radius:3px;transform-origin:left}
.news-studio-tile--lead i:first-child{background:#286bd2;width:62%;height:7px}
.news-studio-tile--art{background:#286bd2;display:grid;place-items:center;grid-row:span 2;color:#fff;font-size:36px}
.news-studio-tile--small{display:flex;gap:5px;align-items:end;padding:4px 10px;background:#e2edfc}
.news-studio-tile--small i{height:60%;background:#85b0e8;flex:1;transform-origin:bottom;border-radius:2px}
.news-studio-tile--small i:nth-child(even){height:100%}
.news-studio-preview-cursor{position:absolute;bottom:14px;left:55%;font-size:26px;color:#173859;line-height:1;text-shadow:1px 1px white}
.news-studio-scan{position:absolute;left:-35%;top:26px;width:20%;bottom:0;background:linear-gradient(90deg,transparent,#fff9,transparent);transform:skewX(-15deg);pointer-events:none}
[data-scene-step="1"] .news-studio-tile--lead{background:#d8eef1;transform:translateX(5px)}
[data-scene-step="1"] .news-studio-tile--art{background:#238198;transform:scale(.94)}
[data-scene-step="2"] .news-studio-tile--small i{background:#286bd2}
[data-scene-step="2"] .news-studio-tile--art{background:#367557}
[data-studio-layout="1"] .news-studio-composition{grid-template-columns:.8fr 1.2fr}
[data-studio-layout="1"] .news-studio-tile--art{grid-column:1;grid-row:1/3}
[data-studio-layout="1"] .news-studio-tile--lead,[data-studio-layout="1"] .news-studio-tile--small{grid-column:2}
.news-studio-board p{font-size:15px;line-height:1.5;min-height:4.5em}
.news-studio-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #e1eaf6}
.news-studio-tools button{border:0;background:#eaf2ff;padding:9px 11px;min-height:40px;border-radius:7px;color:#225fb7;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;line-height:1.3}
.news-studio-tools button span{margin-left:8px}
.news-studio-tools>span{font-size:11px;color:#60758e}
.news-studio-tag{display:flex;justify-content:space-between;text-align:left;gap:10px;font-size:11px}
.bxm-news-hero.is-motion-active .news-studio-orbit{animation:news-orbit 28s linear infinite}
.bxm-news-hero.is-motion-active .news-studio-tile--lead i{animation:news-studio-line 4s ease-in-out infinite}
.bxm-news-hero.is-motion-active .news-studio-tile--small i{animation:news-bars 3.5s ease-in-out infinite alternate}
.bxm-news-hero.is-motion-active .news-studio-preview-cursor{animation:news-studio-cursor 5s ease-in-out infinite}
.bxm-news-hero.is-motion-active .news-studio-scan{animation:news-studio-scan 6s ease-in-out infinite}
.bxm-news-hero.is-motion-active .news-studio-flow i{animation:news-studio-arrow 2.4s ease-in-out infinite}
.bxm-news-hero .bxm-about-scene__transport [data-scene-pause]{min-width:44px;width:44px;height:44px;padding:0;font-size:18px}
@keyframes news-studio-line{0%,100%{transform:scaleX(1)}50%{transform:scaleX(.7)}}
@keyframes news-studio-cursor{0%,100%{transform:translate(0,0)}35%{transform:translate(32px,-36px) rotate(-12deg)}65%{transform:translate(-42px,-10px)}}
@keyframes news-studio-scan{0%,35%{left:-35%}85%,100%{left:120%}}
@keyframes news-studio-arrow{0%,100%{transform:translateX(-2px);opacity:.5}50%{transform:translateX(3px);opacity:1}}
@media(min-width:1700px){.bxm-news-hero .bxm-about-scene__layout{max-width:1780px}.bxm-news-hero .news-studio{max-width:620px}.bxm-news-hero .bxm-about-scene__panels p{font-size:24px}}
@media(max-width:1100px){.bxm-news-hero .bxm-about-scene__layout{grid-template-columns:1fr 1fr;gap:3%;min-height:0}.bxm-news-hero .news-studio{padding:16px}.news-studio-board{padding:18px}.news-studio-board>strong{font-size:30px}.news-studio-tools>span{font-size:10px}}
@media(max-width:760px){.bxm-news-hero .bxm-about-scene__layout{grid-template-columns:1fr;gap:24px;padding-block:26px}.bxm-news-hero .bxm-about-scene__title{font-size:clamp(40px,8.7vw,62px)}.bxm-news-hero .news-studio{max-width:520px}.news-studio-board{margin-top:18px;padding:16px}.news-studio-flow{gap:5px}.news-studio-flow>button{padding:9px 7px}.news-studio-flow>button b{font-size:12px}.news-studio-board p{min-height:0}.news-studio-tag>span:last-child{display:none}}
@media(prefers-reduced-motion:reduce){.news-studio-board,.news-studio-flow>button,.news-studio-tile{transition:none!important}.news-studio *{animation:none!important}}
/* Explicit line heights keep the compact studio independent of page typography. */
.news-studio-top,.news-studio-tag{line-height:1.5}
.news-studio-board{padding:20px;margin-block:18px 16px}
.news-studio-board-top{line-height:1.5}
.news-studio-board>strong{font-size:clamp(29px,2.25vw,38px);margin-block:12px 16px}
.news-studio-flow>button{line-height:1.35;padding-block:9px}
.news-studio-flow b{line-height:1.35}
.news-studio-composition{height:108px}
.news-studio-preview{margin-block:16px 12px}
.news-studio-board p{min-height:3em}
.news-studio-tools{margin-top:12px;padding-top:10px;line-height:1.4}
@media(max-width:1100px) and (min-width:761px){.news-studio-board{padding:16px}.news-studio-board p{min-height:6em}.news-studio-tools>span{max-width:9ch}.news-studio-flow>button{padding-inline:5px}.news-studio-flow>button b{font-size:11px}}
@media(max-width:760px){.news-studio-board{padding:16px}.news-studio-board p{min-height:0}}

/* News solutions share the quiet card proportions used in the offer. */
.bxm-news .news-care-cards{gap:clamp(18px,2.2vw,38px)}
.bxm-news .news-care-cards>article{--news-card-accent:#28785b;--news-card-tint:#eaf4ee;position:relative;overflow:hidden;padding:26px clamp(22px,2vw,34px);border:1px solid #d7e0e5;border-radius:16px;background:var(--about-bg);box-shadow:none;transition:background .45s,border-color .45s,transform .3s}
.bxm-news .news-care-cards>[data-news-topic=data]{--news-card-accent:#286bd2;--news-card-tint:#eaf1fc}
.bxm-news .news-care-cards>[data-news-topic=design]{--news-card-accent:#267e93;--news-card-tint:#e7f4f5}
.bxm-news .news-care-cards>article:is(.is-selected,:hover,:focus-within){background:var(--news-card-tint);border-color:var(--news-card-accent);box-shadow:none}
.news-care-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.bxm-news .news-care-cards svg.news-care-icon{width:80px;height:64px;max-width:none;display:block;stroke:var(--news-card-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;overflow:visible;flex-shrink:0}
.news-care-top>span{font-size:11px;font-weight:600;letter-spacing:.1em;color:#7d8d96}
.news-care-category{font-size:13px;color:var(--news-card-accent);margin-bottom:10px}
.bxm-news .news-care-cards h3{font-size:clamp(22px,1.55vw,29px);line-height:1.3;letter-spacing:-.025em;margin:0 0 14px}
.bxm-news .news-care-cards article>p{font-size:clamp(17px,1.2vw,22px);line-height:1.6;margin:0 0 26px;color:#616f7a}
.bxm-news .news-care-link{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;margin-top:auto;color:var(--news-card-accent);font-size:14px;font-weight:600;text-decoration:none}
.news-care-link:after{content:'';position:absolute;inset:0;border-radius:16px}
.news-care-link:focus-visible{outline:none}.news-care-cards>article:focus-within{outline:2px solid var(--news-card-accent);outline-offset:4px}
.news-care-arrow{font-size:23px;transition:transform .3s}
.news-care-cards article:hover .news-care-arrow{transform:translate(4px,-4px)}
.news-care-progress{position:absolute;inset:auto 0 0;height:3px;background:var(--news-card-accent);transform:scaleX(0);transform-origin:left}
.news-care-cards .is-selected.is-news-cycling .news-care-progress{animation:news-care-progress 6.5s linear both}
.news-care-cards .is-news-moving .news-icon-lines{animation:news-care-lines 3.6s ease-in-out infinite}
.news-care-cards .is-news-moving .news-icon-confirm{animation:news-care-confirm 3.6s ease-in-out infinite;transform-origin:63px 48px}
.news-care-cards .is-news-moving .news-icon-bars path{animation:news-care-bars 3.6s ease-in-out infinite;transform-origin:center 48px}
.news-care-cards .news-icon-bars path{stroke-width:5}
.news-care-cards .news-icon-bars path:nth-child(even){animation-delay:-1.2s}
.news-care-cards .is-news-moving .news-icon-trend{stroke-dasharray:1;animation:news-care-trend 3.6s ease-in-out infinite}
.news-care-cards .is-news-moving .news-icon-phone{animation:news-care-phone 3.6s ease-in-out infinite}
.bxm-news #aktualnosci-przeglad>.news-motion-pause{display:block;width:44px;height:44px;padding:0;margin:18px 0 0 auto;border-radius:50%;font-size:18px;line-height:1}
@keyframes news-care-progress{to{transform:scaleX(1)}}
@keyframes news-care-lines{0%,100%{opacity:.4}50%{opacity:1}}
@keyframes news-care-confirm{0%,100%{transform:scale(.9);opacity:.4}40%,70%{transform:scale(1);opacity:1}}
@keyframes news-care-bars{0%,100%{transform:scaleY(.6)}50%{transform:scaleY(1)}}
@keyframes news-care-trend{0%,100%{stroke-dashoffset:.8;opacity:.4}50%,70%{stroke-dashoffset:0;opacity:1}}
@keyframes news-care-phone{0%,100%{transform:translateY(2px)}50%{transform:translateY(-4px)}}
[data-bxm-theme=dark] .bxm-news .news-care-cards>article{--news-card-tint:#182e33;--news-card-accent:#91c9b7}
[data-bxm-theme=dark] .bxm-news .news-care-cards article>p{color:#bdcbd6}
@media(max-width:800px){.bxm-news .news-care-cards{grid-template-columns:1fr}.bxm-news .news-care-cards>article{padding:24px}.bxm-news .news-care-cards h3{font-size:25px}}
@media(prefers-reduced-motion:reduce){.news-care-cards *{animation:none!important;transition:none!important}}
/* Complete dark surfaces for editorial guides and interactive examples. */
html[data-bxm-theme=dark] .news-guide{background:#192632;border-color:#34485b;color:#edf3f8}
html[data-bxm-theme=dark] .news-guide h3{color:#edf3f8}
html[data-bxm-theme=dark] .news-guide p:not(.bxm-about-kicker){color:#bdcbd7}
html[data-bxm-theme=dark] .news-guide .bxm-about-kicker{color:#9fc9ff}
html[data-bxm-theme=dark] .bxm-news-offer{background:#152a40;border:1px solid #365573;color:#f0f5fb}
html[data-bxm-theme=dark] .bxm-news-offer h2{color:#f0f5fb}
html[data-bxm-theme=dark] .bxm-news-offer :is(.bxm-about-kicker,p){color:#c5d7e9}
html[data-bxm-theme=dark] .bxm-news-offer a.bxm-action--primary{background:#b9d9ff;color:#122f50!important}
html[data-bxm-theme=dark] .bxm-news-offer a.bxm-action--primary:hover{background:#d9eaff}
html[data-bxm-theme=dark] :is(.news-studio,.news-topic-demo){background:#192632;border-color:#34485b;color:#e8f0f7}
html[data-bxm-theme=dark] .news-studio-board{background:#111e2b;border-color:#34485b;box-shadow:12px 14px 0 #0a142080}
html[data-bxm-theme=dark] :is(.news-studio-preview,.news-studio-flow>button,.news-studio-flow>span){background:#213449;border-color:#415a74;color:#d4e3f3}
html[data-bxm-theme=dark] :is(.news-studio-eyebrow,.news-studio-live,.news-topic-demo__footer,.news-topic-demo__footer button){color:#a9ceff;border-color:#415a74}
html[data-bxm-theme=dark] .news-topic-demo__footer button[aria-pressed=true]{color:#fff}
html[data-bxm-theme=dark] .news-studio :is(p,.news-studio-tools>span,.news-studio-board-top>span:last-child){color:#bdcbd7}
html[data-bxm-theme=dark] .news-studio-preview-chrome{background:#1a2a3b;border-color:#415a74}
html[data-bxm-theme=dark] .news-studio-preview-chrome>span{color:#bdcbd7}
html[data-bxm-theme=dark] .news-studio :is(.news-studio-tile--lead,.news-studio-tile--small){background:#304a68}
html[data-bxm-theme=dark] .news-studio-tools button{background:#274467;color:#d6e8ff}
html[data-bxm-theme=dark] .news-studio-flow>button[aria-pressed=true]{background:#286bd2;color:#fff;border-color:#78b2ff}
html[data-bxm-theme=dark] .news-guide button.news-guide__next{color:#a9ceff!important}
html[data-bxm-theme=dark] .news-guide button.news-guide__next:hover{color:#fff!important}

/* Compact, bare transport arrows below the news introduction. */
html .bxm-news-hero .bxm-about-scene__transport{gap:2px}
html .bxm-news-hero .bxm-about-scene__transport button{width:44px;min-width:44px;height:44px;min-height:44px;justify-content:center;padding:8px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#286bd2}
html .bxm-news-hero .bxm-about-scene__transport button:hover{background:transparent;color:#154a9c}
html .bxm-news-hero .bxm-about-scene__transport svg{width:28px;height:28px;stroke-width:2}
html .bxm-news-hero .bxm-about-scene__transport [data-scene-prev]{order:0}
html .bxm-news-hero .bxm-about-scene__transport [data-scene-next]{order:1}
html .bxm-news-hero .bxm-about-scene__transport [data-scene-pause]{order:2;margin-left:6px}
html .bxm-news-hero .bxm-about-scene__transport button:focus-visible{outline:2px solid currentColor;outline-offset:2px}
html[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__transport button{background:transparent;border:0;color:#9fc9ff}
html[data-bxm-theme=dark] .bxm-news-hero .bxm-about-scene__transport button:hover{color:#fff}

.bxm-project-stage .bxm-project-watch{position:absolute;aspect-ratio:1}
.bxm-project-watch>img{display:block;width:100%;height:auto}
.bxm-project-watch .news-watch-call{position:absolute;left:40%;top:40%;width:19%;height:22%;display:grid;place-items:center;color:#72e7bd;pointer-events:auto;border-radius:20%;text-decoration:none}
.news-watch-call svg{width:75%;height:75%;stroke-width:2;filter:drop-shadow(0 0 4px #3bd8a170)}
.news-watch-call:hover{color:#fff;background:#164d3d}
.news-watch-call:focus-visible{outline:2px solid #72e7bd;outline-offset:2px}
@media(prefers-reduced-motion:no-preference){.is-running .news-watch-call svg{animation:news-watch-ring 3.6s ease-in-out infinite}}
@keyframes news-watch-ring{0%,60%,100%{transform:rotate(0) scale(1);opacity:1}15%{transform:rotate(-14deg) scale(1.12);opacity:.7}25%{transform:rotate(12deg) scale(1.12)}35%{transform:rotate(-8deg)}45%{transform:rotate(0)}}

/* Align the news introduction with the following content sections. */
.bxm-news-hero .bxm-about-scene__copy{padding-left:0}
@media(min-width:1700px){.bxm-news-hero .bxm-about-scene__layout{max-width:1800px}}
