/* Product overview, using the private dashboard's colour tokens. */
.product-page{background:var(--bg)}
.product-page .bar{max-width:82rem}
.brand{font-size:1.3rem}
.brand-mark{width:32px;height:32px;flex-basis:32px;color:var(--text)}
.product-hero,.feature-section,.backup-section,.closing{max-width:82rem;margin:auto;padding-inline:clamp(1.25rem,4vw,3rem)}
.product-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);gap:4rem;align-items:center;padding-block:6rem 5rem}
.product-hero h1{font-size:clamp(2.8rem,4.8vw,4.7rem);line-height:1.09;font-weight:750;letter-spacing:-.06em}
.product-hero h1 em{color:var(--accent-strong);font-style:normal}
.product-hero .lede{max-width:36rem;font-size:1.14rem;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}
.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1rem;min-height:48px;border:1px solid var(--line-strong);border-radius:8px;text-decoration:none;font-weight:700}
.button.primary{color:var(--bg);background:var(--text);border-color:var(--text)}
.button:hover{background:var(--surface-strong);color:var(--text)}
.button.primary:hover{background:var(--accent-strong);color:var(--bg)}
.product-page .status{font-size:.78rem;line-height:1.6;align-items:flex-start}
.product-page .status::before{margin-top:.35rem}
.workflow{margin:0;padding:1.6rem;border:1px solid var(--line-strong);border-radius:20px;background:var(--surface);box-shadow:0 20px 60px rgba(15,57,36,.07)}
.workflow figcaption{margin-bottom:2rem;color:var(--muted);font:500 .72rem/1.5 var(--mono);letter-spacing:.07em;text-transform:uppercase}
.workflow-lead{display:flex;align-items:center;flex-direction:column;gap:.6rem;text-align:center;padding:1.5rem 1rem;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong)}
.workflow-lead .brand-mark{width:52px;height:52px;flex-basis:52px}
.workflow-lead strong{font-size:1.2rem}
.workflow-lead span,.workflow-record span{font-size:.8rem;color:var(--muted)}
.workflow-connector{text-align:center;color:var(--accent-strong);font-size:1.8rem;line-height:1.7}
.workflow-workers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}
.workflow-workers span{display:flex;align-items:center;justify-content:center;min-height:54px;padding:.5rem .2rem;background:var(--live-soft);border:1px solid var(--line);border-radius:8px;font-size:.75rem;font-weight:750;text-align:center}
.workflow-machines{margin:.7rem 0 1.5rem;font-size:.78rem;color:var(--muted);text-align:center}
.workflow-record{display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--line);padding-top:1.2rem}
.workflow-record strong{font-size:.88rem}
.feature-section{padding-block:3rem 4rem;border-top:1px solid var(--line)}
.section-intro{max-width:42rem;margin-bottom:2.5rem}
.section-intro h2{max-width:24ch;font-size:clamp(2rem,3.3vw,3.1rem);line-height:1.12}
.section-intro>p:last-child{font-size:1.08rem;color:var(--muted);max-width:35rem}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.feature{background:var(--bg);padding:1.75rem 2rem}
.feature-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;font-size:.7rem;color:var(--muted)}
.feature-number{font:500 .8rem/1 var(--mono);color:var(--accent-strong)}
.feature-state{padding:.25rem .5rem;border:1px solid var(--line);border-radius:5px;text-align:right}
.feature h3{margin:0;font-size:1.36rem;font-weight:750;letter-spacing:-.03em;line-height:1.3}
.feature p{max-width:37rem;margin:.75rem 0 0;color:var(--muted);line-height:1.75}
.backup-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;padding-block:3rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.backup-section h2{font-size:clamp(2rem,4vw,3.2rem)}
.backup-lede{margin:0;font-size:1.1rem;line-height:1.7}
.backup-note{font-size:.85rem;color:var(--muted)}
.backup-links{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem}
.backup-links a{display:inline-flex;align-items:center;min-height:44px;font-size:.9rem}
.closing{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-block:4rem}
.closing h2{font-size:clamp(2rem,3vw,2.8rem);line-height:1.15}
.closing p{margin:0 0 1rem;color:var(--muted);max-width:30rem}
.closing a{display:inline-flex;align-items:center;min-height:44px;font-weight:750}
@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#091812;--bg-deep:#06110c;--surface:rgba(20,48,34,.7);--surface-strong:#143322;--surface-soft:#102b1c;--text:#e7f5ea;--muted:#b2ccb9;--faint:#83a28e;--line:rgba(143,202,158,.18);--line-strong:rgba(143,202,158,.32);--live:#65d391;--live-soft:#153c25;--accent:#64d18f;--accent-strong:#9ee8b5;--focus:#8cc7ff}}
@media(max-width:1000px){.product-hero{gap:2rem;padding-block:4rem}.product-hero h1{font-size:clamp(2.6rem,5.5vw,4rem)}.workflow{padding:1.2rem}.feature{padding:1.5rem}}
@media(max-width:760px){.product-page .bar{display:grid;grid-template-columns:1fr auto;gap:.3rem .5rem}.product-page .top-nav{grid-column:1/-1;grid-row:2}.product-page .language-nav{grid-column:2;grid-row:1}.product-hero{grid-template-columns:1fr;padding-block:3rem;gap:2.5rem}.product-hero h1{font-size:clamp(2.55rem,8.5vw,4rem)}.workflow{max-width:30rem;width:100%;justify-self:center}.feature-grid{grid-template-columns:1fr}.backup-section,.closing{grid-template-columns:1fr;gap:1.5rem}.feature-section{padding-top:2.5rem}.product-page .language-nav a{font-size:.8rem;padding:.55rem .4rem}.closing{padding-block:3rem}}
