/* Public product pages: calm typography, real screens and a short reading path. */
/* Keep short public pages and their footer anchored to the viewport. */
body.portal-public #appRoot { display:flex; flex-direction:column; min-height:100vh; min-height:100dvh; }
body.portal-public #appRoot > header, body.portal-public #appRoot > footer { flex-shrink:0; }
body.portal-public #appRoot > main { flex:1 0 auto; }
/* These controls must be styled before the route-specific stylesheet arrives. */
.mp-product-preview-button { position:relative; display:block; width:100%; padding:0; border:0; border-radius:inherit; background:transparent; cursor:zoom-in; color:inherit; font:inherit; }
.mp-product-preview-label { display:block; text-align:right; padding:4px 8px; font-size:.8rem; line-height:1.5; color:var(--mp-ink-soft); }
.mp-product-preview-button:focus-visible { outline:3px solid var(--mp-accent); outline-offset:3px; }
.mp-product-shot picture { display:block; }
body.portal-public .mp-product-shot img { aspect-ratio:1280/900; }
body.portal-public .mp-product-shot[data-product-shot="practice"] img { aspect-ratio:1280/520; }
html[data-theme="dark"] body.portal-public .mp-product-shot[data-product-shot="practice"] img { aspect-ratio:1280/650; object-fit:cover; object-position:top; }
html[data-theme] body.portal-public .mp-product-shot[data-product-locale="pl"] img { aspect-ratio:1280/660; object-fit:contain; }
html[data-theme] body.portal-public .mp-product-shot[data-product-locale="pl"][data-product-shot="practice"] img { aspect-ratio:1280/470; object-fit:cover; object-position:top; }
body.portal-public { --mp-display: "Segoe UI Variable", "Segoe UI", system-ui, sans-serif; --mp-ink:#1c304b; --mp-ink-soft:#51617a; --mp-paper:#faf7f0; --mp-paper-raised:#fffdf8; --mp-accent:#36548f; font-family:var(--mp-display); background:var(--mp-paper); }
html[data-theme="dark"] body.portal-public { --mp-ink:#f0f5ff; --mp-ink-soft:#bbc9dc; --mp-paper:#101a2c; --mp-paper-raised:#192840; --mp-accent:#a8bdff; }
.mp-product-header,.mp-product-footer,.mp-product { width:min(1280px,calc(100% - 64px)); margin-inline:auto; box-sizing:border-box; }
.mp-product-header { display:flex; align-items:center; justify-content:space-between; gap:28px; min-height:98px; color:var(--mp-ink); position:relative; z-index:20; }
.mp-product-home { flex:none; display:block; }
.mp-product-brand { display:block; width:230px; }
.mp-product-brand img { width:100%; height:auto; display:block; }
.mp-product-brand .mp-brand-dark { display:none; }
html[data-theme="dark"] .mp-product-brand .mp-brand-light { display:none; }
html[data-theme="dark"] .mp-product-brand .mp-brand-dark { display:block; }
.mp-product-nav,.mp-product-header-actions { display:flex; align-items:center; gap:24px; }
.mp-product-header a { color:var(--mp-ink); text-decoration:none; font-size:.95rem; font-weight:650; }
.mp-product-header :is(a,summary) { min-height:44px; display:flex; align-items:center; }
.mp-product-header .mp-product-button { color:#fff; }
.mp-product-header-actions { gap:20px; }
.mp-product-button { display:inline-flex; justify-content:center; align-items:center; min-height:48px; padding:12px 22px; box-sizing:border-box; color:#fff; background:#36548f; border-radius:10px; text-decoration:none; font-size:1rem; font-weight:700; line-height:1.35; transition:background .15s,transform .15s; }
.mp-product-button:hover { background:#294476; color:#fff; transform:translateY(-1px); }
.mp-product-actions { display:flex; align-items:center; justify-content:center; gap:24px; margin:26px 0; }
.mp-product-actions > a { min-height:48px; display:inline-flex; align-items:center; gap:8px; font-weight:650; }
.mp-product :is(a:not(.mp-product-button)),.mp-product-footer a { color:var(--mp-accent); text-underline-offset:4px; }
.mp-product a:not(.mp-product-button) { display:inline-flex; align-items:center; min-height:44px; }
.mp-product-header :is(.mp-public-settings,.mp-public-menu) { position:relative; }
.mp-product-header summary { list-style:none; cursor:pointer; justify-content:center; width:44px; padding:0; border-radius:10px; }
.mp-product-header summary::-webkit-details-marker { display:none; }
.mp-product-header summary:hover { background:color-mix(in srgb,var(--mp-ink) 7%,transparent); }
.mp-product-header summary svg { width:24px; height:24px; }
.mp-product-controls,.mp-public-menu-panel { position:absolute; top:calc(100% + 8px); right:0; padding:12px; width:246px; max-width:calc(100vw - 32px); border:1px solid color-mix(in srgb,var(--mp-ink) 15%,transparent); background:var(--mp-paper-raised); border-radius:14px; box-shadow:0 10px 28px #07152a1a; }
.mp-product-controls button { color:var(--mp-ink); background:transparent; border:0; border-radius:8px; font:inherit; font-weight:600; padding:10px 12px; min-height:44px; cursor:pointer; text-align:left; }
.mp-product-controls button:hover { background:color-mix(in srgb,var(--mp-accent) 12%,transparent); }
.mp-product-controls > button { width:100%; }
.mp-product-controls > div { display:flex; }
.mp-product-header .mp-public-menu { display:none; }
.mp-product { padding-block:35px 0; color:var(--mp-ink); font-size:1.075rem; line-height:1.65; }
.mp-product :is(h1,h2,h3,p,figure) { margin:0; }
.mp-product :is(h1,h2,h3) { font-family:var(--mp-display); color:var(--mp-ink); letter-spacing:-.025em; text-wrap:balance; }
.mp-product h1 { font-weight:800; font-size:clamp(2.65rem,5vw,4.6rem); line-height:1.08; }
.mp-product h2 { font-weight:750; font-size:clamp(1.8rem,3vw,2.6rem); line-height:1.2; }
.mp-product h3 { font-weight:700; font-size:1.15rem; line-height:1.35; }
.mp-product p { color:var(--mp-ink-soft); }
.mp-product-intro { max-width:860px; margin:0 auto; text-align:center; }
.mp-product-intro > p:last-child { max-width:740px; margin:22px auto 0; font-size:1.2rem; }
.mp-product .mp-product-eyebrow { margin-bottom:16px; font-size:.8rem; font-weight:750; letter-spacing:.13em; color:var(--mp-accent); }
.mp-product-brandline { text-align:center; font-size:.9rem; }
.mp-product-shot { border:1px solid color-mix(in srgb,var(--mp-ink) 16%,transparent); background:var(--mp-paper-raised); padding:6px; border-radius:20px; overflow:hidden; box-shadow:0 18px 50px #173c620d; }
.mp-product-shot img { display:block; width:100%; height:auto; border-radius:14px; object-fit:contain; }
.mp-product-hero > .mp-product-shot { max-width:1000px; margin:42px auto 0; }
.mp-product > .mp-product-shot { max-width:1000px; margin:44px auto; }
.mp-product > section:not(.mp-product-hero),.mp-product-story { margin-block:88px; }
.mp-product-capabilities > p,.mp-product-path > p { margin-top:14px; }
.mp-product-capabilities > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:34px 52px; margin-top:36px; }
.mp-product-capabilities article { min-width:0; }
.mp-product-capabilities svg { width:30px; height:30px; color:#138894; margin-bottom:12px; }
html[data-theme="dark"] .mp-product-capabilities svg { color:#79d5d9; }
.mp-product-capabilities article p { margin-top:8px; font-size:1rem; }
.mp-product-path ol { list-style:none; padding:0; margin:34px 0 0; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:32px; }
.mp-product-path li { position:relative; min-width:0; }
.mp-product-path li > span { display:flex; justify-content:center; align-items:center; width:40px; height:40px; border-radius:50%; color:var(--mp-accent); background:color-mix(in srgb,#9baff1 20%,var(--mp-paper)); font-weight:750; margin-bottom:18px; }
.mp-product-path li:not(:last-child)::before { content:''; position:absolute; top:20px; left:52px; right:-20px; border-top:1px dashed color-mix(in srgb,var(--mp-accent) 40%,transparent); }
.mp-product-path li p { font-size:1rem; margin-top:10px; }
.mp-product-split { display:grid; grid-template-columns:1fr 1.2fr; gap:52px; align-items:center; }
.mp-product-split > div p:not(.mp-product-eyebrow) { margin:20px 0; }
.mp-product-split--reverse > div { order:2; }
.mp-product-audiences { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px; }
.mp-product-audiences article { display:grid; grid-template-rows:auto 1fr auto auto; align-content:start; gap:20px; min-width:0; }
.mp-product-audiences article h2 { font-size:2rem; }
.mp-product-audiences .mp-product-shot { margin-top:4px; }
.mp-product-supports { grid-column:1/-1; text-align:center; font-size:.95rem; }
.mp-product-story { max-width:760px; margin-inline:auto; padding:26px 0; text-align:center; border-top:1px solid color-mix(in srgb,var(--mp-ink) 16%,transparent); }
.mp-product-story p { font-size:1.25rem; color:var(--mp-ink); margin-bottom:16px; }
.mp-product-final { text-align:center; padding:50px 32px; background:color-mix(in srgb,#95b1ec 12%,var(--mp-paper)); border-radius:22px; }
.mp-product-final p { margin-top:16px; }
.mp-product-final .mp-product-actions { margin-bottom:0; }
.mp-product-points { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px 60px; margin:60px 0; }
.mp-product-points h2 { font-size:1.4rem; margin-bottom:12px; }
.mp-product-reading { max-width:740px; margin-inline:auto; }
.mp-product-reading p { margin-top:20px; }
.mp-product-about-brand { display:flex; justify-content:center; margin:50px 0; }
.mp-product-about-brand .mp-product-brand { width:min(520px,100%); }
.mp-product-values { padding:0; display:flex; justify-content:center; flex-wrap:wrap; gap:24px 38px; list-style:none; font-weight:700; margin:48px 0; }
.mp-product-footer { display:flex; justify-content:space-between; align-items:center; padding:28px 0 40px; gap:30px; border-top:1px solid color-mix(in srgb,var(--mp-ink) 16%,transparent); font-size:.9rem; }
.mp-product-footer .mp-product-brand { width:190px; }
.mp-product-footer p { color:var(--mp-ink-soft); margin:8px 0 0; }
.mp-product-footer nav { display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end; gap:8px 24px; max-width:540px; }
.mp-product-footer nav a { display:inline-flex; align-items:center; min-height:44px; text-decoration:none; }
body.portal-public .mp-public-premium :is(h1,h2,h3) { font-family:var(--mp-display); }
@media(max-width:1080px){ .mp-product-header {gap:14px;} .mp-product-header .mp-product-brand {width:200px;} .mp-product-nav {gap:18px;} .mp-product-header-actions {gap:10px;} .mp-product-header .mp-product-button {padding:10px 14px;} }
@media(max-width:960px){ .mp-product-nav,.mp-product-access,.mp-public-settings {display:none;} .mp-product-header .mp-public-menu {display:block;} .mp-public-menu-panel nav {display:grid;} .mp-public-menu-panel .mp-product-controls {position:static;width:auto;box-shadow:none;border:0;padding:10px 0 0;} .mp-product-path ol {grid-template-columns:repeat(2,minmax(0,1fr));} .mp-product-path li:nth-child(2)::before {display:none;} .mp-product-split {gap:28px;} }
@media(max-width:640px){
 .mp-product-header,.mp-product-footer,.mp-product {width:calc(100% - 32px);}
 .mp-product-header {min-height:78px;gap:8px;} .mp-product-header .mp-product-brand {width:158px;} .mp-product-header-actions {gap:4px;} .mp-product-header .mp-product-signin {font-size:.85rem;white-space:nowrap;padding-inline:5px;}
 .mp-product {padding-top:24px;font-size:1rem;} .mp-product h1 {font-size:2.65rem;} .mp-product-intro > p:last-child {font-size:1.1rem;margin-top:20px;}
 .mp-product-actions {flex-direction:column;align-items:stretch;gap:8px;} .mp-product-actions > a {justify-content:center;width:100%;}
 .mp-product-hero > .mp-product-shot {margin-top:26px;} .mp-product-shot {padding:3px;border-radius:12px;} .mp-product-shot img {border-radius:8px;}
 .mp-product > section:not(.mp-product-hero),.mp-product-story {margin-block:56px;}
 .mp-product-capabilities > div {grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px;} .mp-product-capabilities article p {font-size:.95rem;}
 .mp-product-path ol {grid-template-columns:1fr;gap:24px;} .mp-product-path li {padding-left:56px;} .mp-product-path li > span {position:absolute;left:0;top:0;}
 .mp-product-path li:not(:last-child)::before {display:block;left:20px;right:auto;top:49px;bottom:-18px;border-top:0;border-left:1px dashed color-mix(in srgb,var(--mp-accent) 40%,transparent);}
 .mp-product-split,.mp-product-audiences,.mp-product-points {grid-template-columns:1fr;gap:30px;} .mp-product-split--reverse > div {order:0;} .mp-product-points {margin:42px 0;}
 .mp-product-final {padding:34px 20px;} .mp-product-footer {display:block;} .mp-product-footer nav {justify-content:flex-start;margin-top:22px;gap:2px 22px;} .mp-product-footer .mp-product-brand {width:190px;}
}
@media(prefers-reduced-motion:reduce){ .mp-product-button {transition:none;} .mp-product-button:hover {transform:none;} }

/* A welcoming first screen: one message beside one real product view. */
.mp-product-hero { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr); gap:18px 38px; align-items:center; position:relative; padding-block:24px 36px; }
.mp-product-hero .mp-product-intro { grid-column:1; margin:0; text-align:left; }
.mp-product-hero h1 { font-size:clamp(2.3rem,3.8vw,3.7rem); }
.mp-product-hero .mp-product-intro > p:last-child { font-size:1.1rem; margin:22px 0 0; }
.mp-product-hero .mp-product-actions { grid-column:1; justify-content:flex-start; margin:0; }
.mp-product-hero .mp-product-brandline { grid-column:1; text-align:left; }
.mp-product-hero > .mp-product-shot { grid-column:2; grid-row:1 / 4; width:100%; margin:0; position:relative; box-sizing:border-box; box-shadow:0 18px 45px #25487920; }
.mp-product-hero::before { content:""; position:absolute; z-index:-1; right:-2%; top:0; width:62%; height:100%; border-radius:42% 58% 32% 68% / 40% 30% 70% 60%; background:linear-gradient(135deg,#51c9d620,#8aa9ff24); }
.mp-product-capabilities > div { grid-template-columns:repeat(6,minmax(0,1fr)); gap:20px; }
.mp-product-capabilities article { padding:16px 10px; border-radius:16px; background:linear-gradient(140deg,color-mix(in srgb,var(--mp-paper-raised) 88%,#75cbd6),var(--mp-paper)); }
.mp-product-shot picture { display:block; }
.mp-product-shot img { aspect-ratio:auto; }
.mp-product-hero .mp-product-shot img { aspect-ratio:auto; }
@media(max-width:900px) { .mp-product-hero { grid-template-columns:1fr; gap:24px; } .mp-product-hero > .mp-product-shot { grid-column:1; grid-row:auto; } .mp-product-hero::before { top:38%; width:100%; height:60%; } .mp-product-capabilities > div { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:540px) { .mp-product-capabilities > div { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; } .mp-product-hero .mp-product-actions { display:grid; grid-template-columns:1fr; } .mp-product-hero h1 { font-size:2.35rem; } }
.mp-product-shot:has(img[src*="-practice.png"]) img { aspect-ratio:auto; }
/* The dark capture has unused canvas below the controls; retain the full task. */
html[data-theme="dark"] .mp-product-shot:has(img[src*="-practice.png"]) img { aspect-ratio:1280/650; object-fit:cover; object-position:top; }

/* Shared responsive rhythm: full-HD, tablet and phone layouts. */
.mp-product-header { min-height:80px; }
.mp-public-theme { display:inline-flex; align-items:center; justify-content:center; flex:none; width:44px; height:44px; padding:10px; border:1px solid color-mix(in srgb,var(--mp-ink) 16%,transparent); border-radius:10px; background:transparent; color:var(--mp-ink); cursor:pointer; }
.mp-public-theme svg { width:22px; height:22px; }
.mp-public-theme:hover { background:color-mix(in srgb,var(--mp-ink) 7%,transparent); }
.mp-product { padding-top:24px; }
.mp-product h1 { font-size:clamp(2rem,3.2vw,3.2rem); }
.mp-product h2 { font-size:clamp(1.6rem,2.3vw,2.15rem); }
.mp-product-intro > p:last-child { font-size:1.075rem; margin-top:16px; }
.mp-product > section:not(.mp-product-hero),.mp-product-story { margin-block:48px; }
.mp-product > .mp-product-shot { max-width:860px; margin:30px auto; }
.mp-product-points { gap:24px 40px; margin:32px 0; }
.mp-product-points h2 { font-size:1.25rem; margin-bottom:8px; }
.mp-product-final { padding:30px 24px; }
.mp-product-final p { margin-top:10px; }
.mp-product-final .mp-product-actions { margin-top:18px; }
.mp-product-about-brand { margin:28px 0; }
.mp-product-about-brand .mp-product-brand { width:min(400px,100%); }
.mp-product-values { margin:28px 0; }
.mp-product > .mp-product-audience-hero { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); align-items:center; gap:40px; margin:8px 0 32px; }
.mp-product-audience-hero .mp-product-intro { text-align:left; }
.mp-product-audience-hero .mp-product-actions { justify-content:flex-start; margin:20px 0 0; }
.mp-product-audience-hero .mp-product-shot { min-width:0; }
.mp-product-hero { padding-block:12px 24px; }
.mp-product-hero h1 { font-size:clamp(2.1rem,3.2vw,3.2rem); }
@media(min-width:901px) and (max-width:1100px) { .mp-product-capabilities > div { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:800px) {
 .mp-product > .mp-product-audience-hero { grid-template-columns:1fr; gap:24px; }
 .mp-product-audience-hero .mp-product-shot { width:min(660px,100%); box-sizing:border-box; margin:auto; }
 .mp-product-header-actions { gap:4px; }
}
@media(max-width:640px) {
 .mp-product-header { min-height:72px; }
 .mp-product-header .mp-product-brand { width:clamp(120px,36vw,150px); }
 .mp-product { padding-top:16px; }
 .mp-product h1,.mp-product-hero h1 { font-size:clamp(1.9rem,7.8vw,2.5rem); }
 .mp-product > section:not(.mp-product-hero),.mp-product-story { margin-block:32px; }
 .mp-product > .mp-product-audience-hero { margin-top:0; }
 .mp-product-points { gap:22px; margin:26px 0; }
 .mp-product-final { padding:24px 18px; }
 .mp-product-intro > p:last-child { font-size:1rem; }
 .mp-product-footer { padding-bottom:24px; }
}

.mp-product-how-demo { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:48px; align-items:start; }
.mp-product-how-demo .mp-product-path ol { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; margin-top:24px; }
.mp-product-how-demo .mp-product-path li::before { display:none; }
.mp-product-how-demo .mp-product-path li > span { margin-bottom:10px; }
.mp-product-how-demo .mp-product-path li p { margin-top:6px; }
.mp-product-how-demo .mp-product-path > p { margin-top:10px; }
.mp-product-how-demo .mp-product-shot { min-width:0; }
.mp-product[data-static-route="how-it-works"] > .mp-product-reading { max-width:none; }
@media(max-width:900px) { .mp-product-how-demo { grid-template-columns:1fr; gap:24px; } .mp-product-how-demo .mp-product-shot { width:min(660px,100%); box-sizing:border-box; margin:auto; } }
@media(max-width:640px) { .mp-product-how-demo .mp-product-path ol { grid-template-columns:1fr; } }

/* Keep related content together and align sections to their reading edge. */
.mp-product { font-size:1rem; line-height:1.6; }
.mp-product > .mp-product-intro { max-width:none; text-align:left; margin-bottom:32px; }
.mp-product > .mp-product-intro > p:last-child { max-width:70ch; margin:12px 0 0; }
.mp-product h1 { font-size:clamp(1.9rem,2.3vw,2.4rem); }
.mp-product h2 { font-size:clamp(1.4rem,1.6vw,1.65rem); }
.mp-product > section:not(.mp-product-hero) { margin-block:36px; }
.mp-product-how-demo .mp-product-path ol { grid-template-columns:1fr; gap:18px; margin-top:20px; }
.mp-product-how-demo .mp-product-path li { padding-left:52px; }
.mp-product-how-demo .mp-product-path li > span { position:absolute; top:0; left:0; width:34px; height:34px; }
.mp-product-how-demo .mp-product-path h3 { font-size:1rem; }
.mp-product-how-demo .mp-product-path li p { margin-top:4px; }
.mp-product-how-example { min-width:0; }
.mp-product-explanation { padding-top:20px; max-width:65ch; }
.mp-product-explanation h2 { font-size:1.25rem; }
.mp-product-explanation p { margin-top:8px; }
.mp-product-split { align-items:start; gap:36px; }
.mp-product-split > div { padding-top:8px; }
.mp-product-split > div p:not(.mp-product-eyebrow) { margin:12px 0; max-width:60ch; }
.mp-product[data-static-route="how-it-works"] #sats { padding-top:28px; border-top:1px solid color-mix(in srgb,var(--mp-ink) 12%,transparent); }
.mp-product[data-static-route="how-it-works"] #sats .mp-product-shot { width:min(100%,480px); justify-self:end; box-sizing:border-box; }
.mp-product > .mp-product-audience-hero { align-items:start; margin-top:0; }
.mp-product-audience-hero .mp-product-intro { padding-top:12px; }
.mp-product-final { display:flex; align-items:center; justify-content:space-between; gap:12px 28px; flex-wrap:wrap; text-align:left; padding:24px; }
.mp-product-final h2 { flex:1 1 60%; font-size:1.65rem; }
.mp-product-final p { flex:1 1 50%; margin:0; }
.mp-product-final .mp-product-actions { margin:0; gap:20px; }
.mp-product-footer { padding-block:20px; }
@media(max-width:900px){
 .mp-product-how-demo { gap:24px; }
 .mp-product-how-example { width:100%; }
 .mp-product-explanation { max-width:none; }
 .mp-product-how-demo .mp-product-shot { width:100%; }
 .mp-product-split { grid-template-columns:1fr; gap:20px; }
 .mp-product-split--reverse > div { order:0; }
 .mp-product[data-static-route="how-it-works"] #sats .mp-product-shot { width:100%; max-width:620px; justify-self:center; }
}
@media(max-width:640px){
 .mp-product > .mp-product-intro { margin-bottom:24px; }
 .mp-product > section:not(.mp-product-hero) { margin-block:28px; }
 .mp-product-final { display:block; padding:20px; }
 .mp-product-final p { margin-top:10px; }
 .mp-product-final .mp-product-actions { margin-top:16px; }
 .mp-product-capabilities h3 { overflow-wrap:anywhere; }
}

.mp-product-final > div:first-child { flex:1 1 420px; }
.mp-product-final > div:first-child p { margin-top:8px; }
@media(min-width:901px){
 .mp-product[data-static-route="home"] { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:32px; }
 .mp-product[data-static-route="home"] > * { grid-column:1 / -1; }
 .mp-product[data-static-route="home"] > section:not(.mp-product-hero) { margin-block:18px; }
 .mp-product[data-static-route="home"] > .mp-product-story { margin-block:24px; padding-block:20px; }
 .mp-product[data-static-route="home"] > .mp-product-split { grid-column:auto; display:flex; flex-direction:column; gap:20px; min-width:0; }
 .mp-product[data-static-route="home"] > .mp-product-split > div { order:0; }
 .mp-product[data-static-route="home"] > .mp-product-split > figure { margin-top:auto; width:100%; box-sizing:border-box; }
}

/* Audience pages use the introduction column for useful context, not empty height. */
.mp-product > .mp-product-audience-hero { grid-template-columns:minmax(0,1fr) minmax(0,1.05fr); gap:40px; margin:8px 0 28px; }
.mp-product-audience-hero .mp-product-intro { padding-top:0; }
.mp-product-audience-hero .mp-product-points { margin:24px 0 0; padding-top:20px; border-top:1px solid color-mix(in srgb,var(--mp-ink) 12%,transparent); gap:18px 24px; }
.mp-product-audience-hero .mp-product-points h2 { font-size:1rem; margin-bottom:5px; letter-spacing:0; }
.mp-product-audience-hero .mp-product-points p { font-size:.95rem; line-height:1.5; }
.mp-product-audience-hero .mp-product-actions { margin-top:16px; }
.mp-product-family-example { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,1fr); align-items:center; gap:40px; padding-top:24px; border-top:1px solid color-mix(in srgb,var(--mp-ink) 12%,transparent); }
.mp-product-family-example p { margin-top:12px; max-width:56ch; }
.mp-product-how-demo { grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); gap:40px; }
.mp-product-how-demo .mp-product-path ol { gap:14px; }
.mp-product[data-static-route="how-it-works"] #sats { grid-template-columns:minmax(0,1fr) minmax(0,.7fr); align-items:center; }
.mp-product[data-static-route="how-it-works"] #sats .mp-product-shot { max-width:400px; }
.mp-product-hero h1 { font-size:clamp(2rem,2.7vw,2.8rem); }
.mp-product-capabilities > div { margin-top:24px; }
.mp-product-capabilities article { padding:14px; }
@media(max-width:1000px){
 .mp-product > .mp-product-audience-hero { grid-template-columns:1fr; gap:24px; }
 .mp-product-audience-hero .mp-product-shot { width:min(680px,100%); margin:auto; box-sizing:border-box; }
 .mp-product-how-demo { grid-template-columns:1fr; }
 .mp-product-family-example { grid-template-columns:1fr; gap:20px; }
 .mp-product-family-example > div { grid-row:1; }
 .mp-product-family-example .mp-product-shot { width:min(680px,100%); margin:auto; box-sizing:border-box; }
}
@media(max-width:640px){
 .mp-product-audience-hero .mp-product-points { grid-template-columns:1fr; }
 .mp-product[data-static-route="how-it-works"] #sats { grid-template-columns:1fr; align-items:start; }
 .mp-product[data-static-route="how-it-works"] #sats .mp-product-shot { max-width:100%; }
}

/* Preview dialog is available with the initial public styles. */
.mp-product-preview-dialog { width: min(1280px,calc(100vw - 32px)); max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); padding: 12px; border: 1px solid var(--line-default); border-radius: 16px; background: var(--bg-panel,#fff); color: var(--text-strong,#182d4b); box-sizing: border-box; }
.mp-product-preview-dialog::backdrop { background: #102035aa; }
.mp-product-preview-bar { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; padding-bottom: 8px; }
.mp-product-preview-bar button { min-height: 44px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line-default); background: var(--bg-panel,#fff); color: inherit; cursor: pointer; }
.mp-product-preview-pane { overflow: auto; max-height: calc(100dvh - 150px); }
.mp-product-preview-pane img { display: block; max-width: 100%; max-height: calc(100dvh - 150px); width: auto; height: auto; margin: auto; object-fit: contain; }
.mp-product-preview-pane.is-zoomed img { max-width: none; max-height: none; width: 1280px; margin: 0; }
/* Compact, direct language and appearance controls, shared with portal topbars. */
.mp-product-header .mp-product-controls{position:static;display:flex;align-items:center;gap:2px;width:auto;max-width:none;padding:3px;border:1px solid var(--mp-border);border-radius:14px;background:var(--mp-paper-raised);box-shadow:none;flex:none}
.mp-product-header .mp-product-controls .mp-compact-control{display:inline-flex;align-items:center;justify-content:center;flex:none;width:44px;height:44px;min-height:44px;padding:0;border:0;border-radius:10px;font-size:14px;font-weight:750;line-height:1;letter-spacing:.02em;text-align:center}
.mp-product-header .mp-product-controls [data-font-toggle]{font-size:20px;letter-spacing:-.04em}
.mp-product-header .mp-product-controls button:hover,.mp-product-header summary:hover{background:var(--mp-paper)}
.mp-product-header .mp-product-controls button.is-active{background:var(--mp-ink);color:var(--mp-paper)}
.mp-product-header :is(button,summary,a):focus-visible,.mp-topbar :is(button,summary,a):focus-visible{outline:3px solid #7296db;outline-offset:3px}
.mp-product-header-actions{gap:12px}
.mp-topbar .mp-language-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;font-size:14px;font-weight:750;letter-spacing:.02em;flex-shrink:0}
.mp-topbar [data-font-toggle]{min-width:44px;min-height:44px}
.mp-topbar [data-font-toggle] .mp-icon{width:24px;height:24px}
.mp-topbar .mp-profile-menu__mobile-utilities{align-items:center;gap:6px}
@media(max-width:1180px){.mp-product-header .mp-product-access{display:none}}
@media(max-width:960px){.mp-product-header .mp-product-signin{display:none}.mp-product-header .mp-product-brand{width:180px}.mp-product-header-actions{gap:6px}}
@media(max-width:640px){.mp-product-header .mp-product-brand{width:145px}.mp-product-header .mp-product-controls{padding:2px;gap:0}.mp-product-header-actions{gap:4px}.mp-product-header{min-height:80px}}
@media(max-width:359px){.mp-product-header .mp-product-brand{width:110px}.mp-product-header{gap:4px}}
@media(max-width:760px){.mp-topbar--mobile-compact .mp-topbar__utility-pill>.mp-language-toggle{display:none}}
@media(max-width:640px){.mp-product-header .mp-product-home{min-width:0;flex:0 1 auto}.mp-product-header .mp-product-brand{width:clamp(80px,calc(100vw - 245px),145px)}}
.mp-topbar .mp-profile-menu__mobile-utilities{grid-template-columns:repeat(3,minmax(44px,1fr))}
.mp-topbar .mp-profile-menu__mobile-utilities>.mp-topbar__control{border:1px solid var(--line-subtle);border-radius:10px}
.mp-topbar .mp-topbar__control{height:44px;min-height:44px;border-radius:10px}
/* Public review: centered navigation and a quieter image viewer. */
.mp-product-header :is(.mp-product-nav a,.mp-product-signin,.mp-product-button),.mp-product-actions a,.mp-public-menu-panel a{justify-content:center;text-align:center}
.mp-product-header .mp-product-nav a{white-space:nowrap}
.mp-product-preview-dialog{padding:16px;border:1px solid color-mix(in srgb,var(--mp-ink) 15%,transparent);border-radius:24px;background:var(--mp-paper-raised);color:var(--mp-ink);box-shadow:0 24px 80px #10203540}
.mp-product-preview-bar{align-items:center;gap:10px;padding-bottom:14px}
.mp-product-preview-bar button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 16px;border:1px solid color-mix(in srgb,var(--mp-ink) 16%,transparent);border-radius:12px;background:var(--mp-paper);color:var(--mp-ink);font:600 .9rem/1.3 var(--mp-display);transition:background .15s,border-color .15s}
.mp-product-preview-bar .mp-preview-zoom>span:first-child{font-size:.75rem;font-weight:750;border:1px solid currentColor;border-radius:5px;padding:3px}
.mp-product-preview-bar .mp-preview-close{width:44px;padding:10px;flex:none;background:var(--mp-accent);color:var(--mp-paper);border-color:transparent}
.mp-preview-close svg{width:22px;height:22px}
.mp-product-preview-bar button:hover{border-color:var(--mp-accent)}
.mp-product-preview-bar .mp-preview-zoom[aria-pressed="true"]{background:var(--mp-accent);color:var(--mp-paper)}
.mp-product-preview-bar button:focus-visible{outline:3px solid var(--mp-accent);outline-offset:3px}
.mp-product-preview-pane{border-radius:14px}
@media(max-width:480px){.mp-product-preview-dialog{padding:10px;border-radius:18px}.mp-product-preview-bar{gap:8px;padding-bottom:10px}.mp-product-preview-bar button{padding-inline:10px}}
/* Clarity audit: readable examples, early audience paths and contextual access. */
.mp-product .mp-product-capabilities > div{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mp-product-hero > .mp-product-shot{grid-row:1 / 4}
.mp-product-shot figcaption{padding:12px 12px 6px;font-size:.9rem;line-height:1.5;color:var(--mp-ink-soft)}
.mp-product-preview-label{padding:6px 0 0;color:var(--mp-accent)}
.mp-clarity-audiences > div,.mp-clarity-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:22px 0 0;padding:0;list-style:none}
.mp-clarity-audiences > div{grid-template-columns:repeat(2,minmax(0,1fr))}
.mp-clarity-audiences article,.mp-clarity-cards > *{padding:24px;border:1px solid color-mix(in srgb,var(--mp-ink) 15%,transparent);border-radius:16px;background:var(--mp-paper-raised);min-width:0}
.mp-clarity-audiences p,.mp-clarity-cards p{margin-top:12px}
.mp-clarity-audiences a{margin-top:12px}
.mp-clarity-step{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--mp-accent) 12%,var(--mp-paper));color:var(--mp-accent);font-weight:750;margin-bottom:16px}
.mp-clarity-fraction{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:22px;max-width:240px}
.mp-clarity-fraction span{aspect-ratio:1.6;border:2px solid var(--mp-accent);border-radius:5px}
.mp-clarity-fraction .is-shaded{background:var(--mp-accent)}
.mp-product .mp-clarity-equation{font-size:1.8rem;letter-spacing:.03em;color:var(--mp-ink);font-weight:700}
.mp-clarity-report{padding:28px;background:var(--mp-paper-raised);border:1px solid color-mix(in srgb,var(--mp-accent) 25%,transparent);border-radius:20px;min-width:0}
.mp-clarity-report .mp-product-eyebrow{font-size:.78rem;letter-spacing:.03em;line-height:1.5}
.mp-clarity-report h2{margin-bottom:16px}
.mp-product .mp-clarity-result{font-size:1.65rem;color:var(--mp-ink);font-weight:750;margin:14px 0 20px;line-height:1.3}
.mp-clarity-report dl{margin:0}
.mp-clarity-report dl>div{padding:16px 0;border-top:1px solid color-mix(in srgb,var(--mp-ink) 15%,transparent)}
.mp-clarity-report dt{font-weight:700}
.mp-clarity-report dd{margin:6px 0 0;color:var(--mp-ink-soft)}
.mp-clarity-faq{max-width:850px}
.mp-clarity-faq h2{margin-bottom:20px}
.mp-clarity-faq details,.mp-clarity-full-preview{border-bottom:1px solid color-mix(in srgb,var(--mp-ink) 18%,transparent);padding:8px 0}
.mp-clarity-faq summary,.mp-clarity-full-preview summary{cursor:pointer;min-height:48px;padding:12px 4px;font-weight:650;color:var(--mp-ink)}
.mp-clarity-faq details p{padding:0 4px 18px;max-width:70ch}
.mp-clarity-full-preview{margin:32px 0}
.mp-clarity-full-preview .mp-product-shot{max-width:850px;margin:20px auto}
.mp-clarity-access-note{font-size:.9rem;margin-top:12px!important}
.mp-product :is(summary,a):focus-visible{outline:3px solid var(--mp-accent);outline-offset:4px}
.mp-clarity-scope{max-width:none;padding:24px;border-left:4px solid var(--mp-accent);background:color-mix(in srgb,var(--mp-accent) 5%,var(--mp-paper))}
.mp-clarity-scope p{max-width:75ch}
.mp-product-header .mp-product-menu-controls{display:none}
.mp-public-access-note{font-size:.92rem;line-height:1.55;color:var(--mp-ink-soft)}
.mp-public-access-note a{text-decoration:underline;text-underline-offset:3px}
.mp-public-demo__form [hidden]{display:none!important}
@media(max-width:960px){
 .mp-product-header .mp-product-signin{display:flex;white-space:nowrap}
 .mp-product-header .mp-product-brand{width:160px}
 .mp-product-header-actions > .mp-product-controls button:not([data-ui-language]){display:none}
 .mp-product-header .mp-product-menu-controls{display:flex;position:static;width:auto;justify-content:center;margin-top:12px;padding:6px}
 .mp-product > .mp-product-audience-hero{grid-template-columns:1fr}
}
@media(max-width:640px){
 .mp-product-header .mp-product-brand{width:clamp(100px,31vw,145px)}
 .mp-product-header .mp-product-home{flex:0 1 auto}
 .mp-product-header{gap:6px}
 .mp-product-header-actions{gap:4px}
 .mp-product-header .mp-product-signin{font-size:.85rem;padding:4px;min-width:54px}
 .mp-product .mp-product-capabilities > div,.mp-clarity-audiences > div,.mp-clarity-cards{grid-template-columns:1fr;gap:14px}
 .mp-clarity-cards > *, .mp-clarity-audiences article,.mp-clarity-report{padding:20px}
 .mp-product-hero > .mp-product-shot{grid-row:auto}
 .mp-product .mp-product-capabilities article{padding:20px}
 .mp-clarity-fraction{max-width:260px}
 .mp-product-final .mp-product-actions{width:100%}
 .mp-product-hero h1{font-size:clamp(1.9rem,7vw,2.4rem)}
}
/* Public showcase: consistent framing for every language and theme. */
.mp-product-hero > .mp-product-showcase{grid-column:2;grid-row:1 / 4;min-width:0;width:100%;align-self:center}
.mp-product-showcase .mp-product-shot{margin:0}
html[data-theme] body.portal-public .mp-product-shot[data-showcase-image] img{aspect-ratio:1219/750;object-fit:contain;object-position:center;width:100%;height:auto}
.mp-showcase-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:10px}
.mp-showcase-controls>div{display:flex;gap:6px}
.mp-showcase-controls button{border:1px solid var(--mp-line,#8493a8);background:var(--mp-paper-raised);color:var(--mp-ink);border-radius:10px;min-height:36px;min-width:36px;padding:6px 10px;font:inherit;font-size:.8rem;cursor:pointer}
.mp-showcase-controls button[aria-pressed="true"]{background:#36548f;color:white;border-color:#36548f}
.mp-showcase-controls button:focus-visible{outline:3px solid var(--mp-accent);outline-offset:3px}
.mp-product > .mp-product-sats-feature{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:28px;padding:28px;border:1px solid color-mix(in srgb,var(--mp-accent) 32%,transparent);border-radius:24px;background:color-mix(in srgb,var(--mp-accent) 6%,var(--mp-paper-raised));align-items:start}
.mp-product-sats-feature h2{font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.2;margin:10px 0 16px}
.mp-sats-main>p:not(.mp-product-eyebrow){margin:14px 0;max-width:58ch}
.mp-sats-main>.mp-product-button{margin:6px 0 24px}
.mp-sats-main .mp-product-shot{margin:0}
.mp-sats-gallery{display:grid;gap:20px;min-width:0}
.mp-sats-gallery .mp-product-shot{margin:0}
.mp-sats-note{font-size:.8rem;color:var(--mp-ink-soft)}
@media(max-width:900px){.mp-product-hero>.mp-product-showcase{grid-column:1;grid-row:auto}.mp-product>.mp-product-sats-feature{grid-template-columns:1fr;padding:20px}.mp-sats-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.mp-sats-gallery{grid-template-columns:1fr}.mp-product>.mp-product-sats-feature{padding:16px;border-radius:18px}.mp-showcase-controls button{min-width:40px;min-height:40px}}

/* The slideshow reserves one frame independently of legacy per-image proportions. */
.mp-product-showcase .mp-product-preview-button>picture{display:block;position:relative;width:100%;aspect-ratio:1219/750;overflow:hidden;border-radius:12px}
html[data-theme] body.portal-public .mp-product-showcase .mp-product-shot[data-showcase-image] picture>img{position:absolute;inset:0;width:100%!important;height:100%!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important}
.mp-product-showcase [data-showcase-pause]{min-width:92px}

/* Current product tour: stable device previews and genuine app screenshots. */
.mp-device-showcase {min-width:0;align-self:center;}
.mp-device-heading {display:grid;gap:6px;margin-bottom:16px;}
.mp-device-heading>span {font-size:.7rem;font-weight:800;letter-spacing:.12em;color:var(--mp-accent);}
.mp-device-heading>strong {font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.3;}
.mp-device-controls {display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;}
.mp-device-controls button {font:inherit;font-size:.9rem;font-weight:700;min-height:44px;padding:8px 18px;border-radius:12px;border:1px solid var(--mp-line);background:var(--mp-paper-raised);color:var(--mp-ink);cursor:pointer;}
.mp-device-controls button[aria-pressed=true] {background:var(--mp-accent);color:var(--mp-on-accent,#fff);border-color:var(--mp-accent);}
.mp-device-controls button:focus-visible {outline:3px solid var(--mp-accent);outline-offset:3px;}
.mp-device-description {min-height:3em;font-size:.92rem;line-height:1.5;margin:14px 0 6px;}
.mp-device-showcase>small {font-size:.75rem;color:var(--mp-ink-soft);}
html[data-theme] body.portal-public .mp-product-shot[data-current-capture] img {display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:10px;}
.mp-device-showcase .mp-product-shot {padding:8px;background:var(--mp-paper-raised);border:1px solid var(--mp-line);box-shadow:0 12px 36px #15294615;}
.mp-device-showcase .mp-product-preview-button>picture {display:grid;place-items:center;position:relative;aspect-ratio:1.5;overflow:hidden;background:color-mix(in srgb,var(--mp-accent) 5%,var(--mp-paper-raised));}
html[data-theme] body.portal-public .mp-device-showcase .mp-product-shot[data-current-capture] img {width:100%;height:100%;max-height:100%;position:absolute;inset:0;object-fit:contain;}
.mp-current-tour>header {max-width:760px;margin:0 0 24px;}
.mp-current-tour>header h2 {font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.25;margin:10px 0;}
.mp-current-tour-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.mp-current-tour-grid>article {min-width:0;padding:12px;border:1px solid var(--mp-line);border-radius:20px;background:var(--mp-paper-raised);}
.mp-current-tour-grid .mp-product-shot {margin:0;box-shadow:none;border:0;padding:0;background:transparent;}
.mp-current-tour-grid picture {height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:color-mix(in srgb,var(--mp-accent) 4%,var(--mp-paper-raised));border-radius:12px;}
html[data-theme] body.portal-public .mp-current-tour-grid .mp-product-shot[data-current-capture] img {height:100%;max-height:100%;object-fit:contain;}
.mp-current-tour-grid figcaption {font-size:1.05rem;font-weight:750;text-align:left;color:var(--mp-ink);margin:12px 4px 8px;}
.mp-current-tour-grid article>p {font-size:.9rem;line-height:1.55;margin:0 4px 8px;color:var(--mp-ink-soft);}
.mp-product>.mp-current-sats {grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;}
.mp-current-sats .mp-product-shot {margin:0;}
.mp-current-sats ul {padding-left:20px;line-height:1.65;margin:18px 0;}
.mp-current-sats .mp-sats-note {margin:18px 0 0;}
.mp-product-audience-hero>.mp-product-shot {width:100%;max-width:500px;justify-self:center;margin:0;}
.mp-product-audience-hero>.mp-product-shot picture {max-height:650px;overflow:hidden;}
html[data-theme] body.portal-public .mp-product-audience-hero>.mp-product-shot[data-current-capture] img {max-height:650px;object-fit:contain;}
@media(max-width:1100px){.mp-current-tour-grid{gap:12px}.mp-current-tour-grid picture{height:205px}}
@media(max-width:900px){.mp-current-tour-grid{grid-template-columns:1fr}.mp-current-tour-grid>article{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:20px}.mp-current-tour-grid picture{height:270px}.mp-product>.mp-current-sats{grid-template-columns:1fr}.mp-product-audience-hero>.mp-product-shot{max-width:600px}}
@media(max-width:600px){.mp-current-tour-grid>article{display:block}.mp-current-tour-grid picture{height:270px}.mp-device-controls{gap:6px}.mp-device-controls button{flex:1;padding:8px 10px}.mp-device-heading{margin-top:8px}.mp-device-description{min-height:4.5em}.mp-device-showcase .mp-product-preview-button>picture{aspect-ratio:1.1}.mp-product>.mp-current-sats{padding:16px}}

.mp-product-hero-copy {min-width:0;display:grid;gap:24px;align-content:center;}
.mp-product-hero-copy .mp-product-brandline {margin:0;}
.mp-product-hero>.mp-device-showcase {grid-row:auto;}
/* Full HD is the primary desktop composition; smaller widths retain their own flow. */
@media(min-width:1600px){
 .mp-product-header,.mp-product-footer,.mp-product {width:min(1440px,calc(100% - 96px));}
 .mp-product-hero {grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);column-gap:52px;}
 .mp-product-hero h1 {font-size:3.2rem;line-height:1.12;}
 .mp-product-hero-copy {gap:26px;}
}
html[data-theme="dark"] .mp-device-controls button[aria-pressed="true"] {color:#101a2c;}

/* Reserve the audience screenshot before lazy image decoding (PL/EN, both themes). */
.mp-product-audience-hero .mp-product-preview-button>picture {display:block;position:relative;width:100%;aspect-ratio:var(--capture-ratio,1);max-height:none;overflow:hidden;}
html[data-theme] body.portal-public .mp-product-audience-hero .mp-product-shot[data-current-capture] picture>img {position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:contain;}
