/* Shared light theme with original, locale-specific product screenshots. */
:root {
  --ground: #f8fafc;
  --paper: #fff;
  --ink: #172033;
  --muted: #5f6b7a;
  --blue: #3b6f9f;
  --blue-hover: #325f88;
  --blue-soft: #e4edf5;
  --line: #d9e0e8;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--ground); color: var(--ink); font: 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure, ol, ul { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, select { font: inherit; color: inherit; }
button, select, summary { cursor: pointer; }
button { touch-action: manipulation; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
img[data-media-pending=true] { visibility: hidden; }
svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #c9dfee; }
.container { width: min(100% - 96px, 1200px); margin-inline: auto; }
.section { padding-block: 96px; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 4.1vw, 3.55rem); line-height: 1.13; }
.heading-accent { display: block; margin-top: 8px; color: var(--blue); }
h2 { font-size: clamp(2rem, 3.1vw, 2.65rem); line-height: 1.2; }
h3 { font-size: 1.3rem; line-height: 1.35; letter-spacing: -.025em; }
p { color: var(--muted); }
.eyebrow { font: 500 13px/1.5 var(--sans); letter-spacing: .015em; color: var(--blue); margin-bottom: 20px; }
.lead { font-size: 17px; line-height: 1.8; }
.section-heading { max-width: 740px; margin-bottom: 48px; }
.section-heading .lead { margin-top: 20px; max-width: 660px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 12px 22px; border: 1px solid var(--blue); border-radius: 6px; background: var(--blue); color: white; font-size: 14px; font-weight: 500; transition: background-color .18s, border-color .18s; }
.button:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
.button svg { width: 18px; height: 18px; }
.button-outline { color: var(--blue); background: transparent; }
.button-outline:hover { background: var(--blue-soft); border-color: var(--blue); }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 14px; font-weight: 500; color: var(--blue); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.text-link svg { width: 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
/* Navigation remains usable without JavaScript. */
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(248 250 252 / 93%); backdrop-filter: blur(16px); border-bottom: 1px solid rgb(217 224 232 / 65%); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 600; letter-spacing: -.055em; }
.brand img { width: 33px; height: auto; }
.desktop-nav { display: flex; gap: 30px; align-items: center; }
.desktop-nav a { font-size: 13px; color: var(--muted); }
.desktop-nav a:hover, .desktop-nav [aria-current] { color: var(--ink); }
.desktop-nav [aria-current] { text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 8px; }
.nav-contact svg { display: none; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-select { display: flex; align-items: center; gap: 4px; }
.language-select svg { width: 16px; height: 16px; color: var(--muted); }
.language-select select { font-size: 12px; background: transparent; border: 0; min-height: 44px; padding-inline: 2px; }
.login-link { display: flex; align-items: center; gap: 12px; font-size: 13px; padding-block: 10px; color: var(--blue); }
.login-link svg { width: 16px; }
.menu-toggle { display: none; background: transparent; border: 0; gap: 6px; align-items: center; padding: 10px 0 10px 6px; font-size: 13px; }
.mobile-nav { display: none; }
/* Product captures with locale-specific text and an accessible enlarged view. */
.product-visual { min-width: 0; }
.screenshot-link { display: block; border: 1px solid #cbd6e1; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 50px -30px #233f6166; background: white; cursor: zoom-in; }
.screenshot-link img { width: 100%; height: auto; }
.screenshot-dialog { padding: 24px; width: min(1648px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--paper); }
.screenshot-dialog::backdrop { background: rgb(23 32 51 / 65%); }
.screenshot-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.screenshot-toolbar h2 { font-size: 22px; }
.screenshot-toolbar button { flex-shrink: 0; min-height: 44px; }
.screenshot-scroll { overflow: auto; max-height: calc(100dvh - 190px); border: 1px solid var(--line); }
.screenshot-scroll img { width: auto; min-width: 0; max-width: 100%; margin-inline: auto; }
body:has(.screenshot-dialog[open]) { overflow: hidden; }
@media (max-width: 1150px) { .screenshot-scroll img { max-width: none; } }
@media (max-width: 560px) {
  .screenshot-dialog { padding: 16px; }
  .screenshot-toolbar h2 { font-size: 18px; }
  .screenshot-toolbar { gap: 12px; }
  .screenshot-toolbar button { padding-inline: 12px; }
}
/* A broad opening, followed by tighter product stories. */
.hero { position: relative; isolation: isolate; overflow: clip; padding: 76px 0 0; background: radial-gradient(ellipse at 50% 100%, #dcebf6 0, #edf4f9 35%, #f8fafc 75%); }
.hero-layout { position: relative; }
.hero-copy { max-width: 960px; margin: auto; text-align: center; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #426d92; }
.hero .eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #5394bc; box-shadow: 0 0 0 5px #5394bc15; }
.hero h1 { font-size: clamp(2.65rem, 5.5vw, 4.8rem); line-height: 1.08; letter-spacing: -.035em; }
.hero h1 > span { display: block; }
.hero h1 .heading-accent { color: #427ba9; margin-top: 10px; }
.hero .lead { max-width: 660px; margin: 26px auto 0; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 30px; }
.hero-actions .button { border-radius: 8px; box-shadow: 0 6px 14px #305c8b18; }
.hero-product { margin: 56px auto 0; max-width: 1040px; padding: 12px 12px 0; border: 1px solid #c9dae7; border-bottom: 0; border-radius: 19px 19px 0 0; background: #ffffff65; box-shadow: 0 0 0 8px #ffffff45, 0 -4px 80px -30px #5685b432; }
.hero .screenshot-link { border-radius: 9px 9px 0 0; border-bottom: 0; box-shadow: none; }
.hero-ribbons { position: absolute; width: 100%; height: 100%; inset: 0; color: #7da8c9; opacity: .22; stroke-width: 1; pointer-events: none; z-index: -1; }
.overview { background: white; padding-block: 96px; }
.overview-layout { display: grid; grid-template-columns: .95fr 1.1fr; gap: 110px; align-items: center; }
.overview .section-heading { margin: 0; }
.overview h2 { max-width: 480px; font-size: clamp(2rem, 3.4vw, 3rem); }
.overview .lead { margin-block: 22px 28px; font-size: 16px; }
.capability-grid { display: grid; }
.capability-card { display: grid; grid-template-columns: 32px 1fr 22px; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.capability-card:first-child { padding-top: 0; }
.capability-card:last-child { border: 0; padding-bottom: 0; }
.capability-icon { padding-top: 3px; color: var(--blue); }
.capability-card h3 { font-size: 20px; }
.capability-card p { font-size: 14px; margin-top: 6px; }
.capability-arrow { color: #8ca2b7; padding-top: 5px; transition: transform .18s; }
.capability-card:hover .capability-arrow { transform: translateX(4px); color: var(--blue); }
.capability-card:hover h3 { color: var(--blue); }
/* Real capture, with user-controlled close-ups. */
.flow-section { padding-block: 88px; background: #eaf1f7; }
.tour-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 100px; margin-bottom: 42px; }
.tour-heading .lead { font-size: 16px; }
.tour-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 60px; align-items: center; }
.tour-stage-wrap { min-width: 0; }
.tour-stage { position: relative; aspect-ratio: 1.5; overflow: hidden; isolation: isolate; border: 1px solid #c6d2df; border-radius: 12px; background: #f7f9fc; box-shadow: 0 20px 45px -30px #294f7959; }
.tour-camera { width: 100%; height: auto; transform-origin: 0 0; }
.tour-enhanced .tour-camera { width: 1600px; height: 1067px; max-width: none; }
.tour-focus { position: absolute; opacity: 0; border: 2px solid var(--blue); border-radius: 9px; pointer-events: none; box-shadow: 0 0 0 1500px rgb(241 246 250 / 55%); }
.tour-step { display: flex; gap: 16px; width: 100%; padding: 21px 0; text-align: start; border: 0; border-bottom: 1px solid #cddce8; background: transparent; }
.tour-step:last-child { border: 0; }
.tour-step-number { width: 3px; align-self: stretch; color: transparent; font-size: 0; background: #cddce8; border-radius: 3px; flex-shrink: 0; transition: background .2s; }
.tour-step-copy { min-width: 0; }
.tour-step strong { display: block; font-size: 20px; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.step-description { display: block; margin-top: 10px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.tour-step[aria-pressed=true] .tour-step-number { background: var(--blue); }
.tour-step[aria-pressed=true] strong, .tour-step:hover strong { color: var(--blue); }
/* Roles share a place, without a second grid of boxes. */
.audience-section { position: relative; background: #fff; }
.audience-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.audience-heading h2 { max-width: 670px; }
.audience-heading .lead { max-width: 650px; margin-top: 20px; font-size: 16px; }
.audience-heading > a { flex-shrink: 0; }
.audience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #cbdbe7; }
.audience-card { position: relative; padding: 30px 26px 0 0; }
.audience-card + .audience-card { padding-inline-start: 26px; border-inline-start: 1px solid #dbe5ed; }
.audience-card .eyebrow { margin-bottom: 18px; }
.audience-card h3 { font-size: 23px; min-height: 94px; }
.audience-arrow { color: var(--blue); display: block; margin-top: 22px; transition: transform .18s; }
.audience-card:hover .audience-arrow { transform: translateX(5px); }
.audience-card:hover h3 { color: var(--blue); }
.security-section { padding-block: 68px; background: #eef3f7; }
.security-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 95px; align-items: center; }
.security-symbol { color: var(--blue); display: block; margin-bottom: 16px; }
.security-layout h2 { font-size: 30px; }
.security-layout .lead { margin-top: 18px; font-size: 15px; }
.security-points article { display: flex; gap: 24px; padding-block: 18px; }
.security-points article + article { border-top: 1px solid var(--line); }
.security-points article > span { font-size: 0; flex: 0 0 7px; height: 7px; background: #88abc6; border-radius: 50%; margin-top: 10px; }
.security-points h3 { font-size: 18px; }
.security-points p { font-size: 14px; margin-top: 6px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.55fr; gap: 100px; }
.faq-section { overflow-anchor: none; }
.faq-layout details { border-bottom: 1px solid var(--line); }
.faq-layout details:first-child { border-top: 1px solid var(--line); }
.faq-layout summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px; font-size: 15px; list-style: none; }
.faq-layout summary::-webkit-details-marker { display: none; }
.faq-layout summary > span:last-child { color: var(--blue); font-size: 21px; flex-shrink: 0; }
.faq-layout details[open] summary > span:last-child { transform: rotate(45deg); }
.faq-layout details p { font-size: 14px; margin-bottom: 24px; padding-inline-end: 24px; }
/* Each page has a distinct invitation; the person and contact remain consistent. */
.contact { background: #183a56; color: #fff; position: relative; overflow: hidden; padding-block: 76px; }
.contact-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 140px; }
.contact h2 { max-width: 650px; font-size: clamp(2rem,3.7vw,3.2rem); }
.contact .lead { color: #c9dce9; font-size: 16px; margin-top: 20px; max-width: 600px; }
.button-light { color: #234a6b; background: #edf6fc; border-color: #edf6fc; }
.button-light:hover { background: white; border-color: white; }
.contact-action { margin-top: 28px; }
.contact-person { display: flex; align-items: start; justify-content: center; flex-direction: column; position: relative; }
.contact-monogram { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #ffffff10; border: 1px solid #6e94b1; font-size: 14px; margin-bottom: 20px; }
.contact-name { color: white; font-size: 23px; }
.contact-person a { color: #cfdfed; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.contact-person > :not(svg) { z-index: 1; }
.contact-watermark { position: absolute; width: 320px; height: 320px; inset-inline-start: 70px; bottom: -70px; color: #6b92b4; opacity: .2; stroke-width: 1; }
.contact :focus-visible { outline-color: #c4e3fa; }
.site-footer { padding-block: 38px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-inner .brand { font-size: 21px; }
.footer-inner .brand img { width: 27px; }
.footer-inner nav { display: flex; gap: 24px; }
.footer-inner nav a { color: var(--muted); font-size: 12px; }
.footer-inner nav svg { display: none; }
/* Platform: alternate two real views, then show how work is handed over. */
.page-intro { padding-block: 78px 42px; }
.page-intro h1 { max-width: 950px; font-size: clamp(2.5rem,4.8vw,4.3rem); line-height: 1.12; letter-spacing: -.03em; }
.page-intro .lead { margin-top: 25px; max-width: 700px; }
.platform-route nav { display: flex; flex-wrap: wrap; gap: 18px; padding-bottom: 44px; }
.platform-route a { padding: 9px 18px; background: #e7eff5; border-radius: 30px; font-size: 13px; }
.platform-story { display: grid; grid-template-columns: .8fr 1.25fr; gap: 80px; align-items: center; }
.platform-profile { background: white; }
.story-copy h2 { font-size: clamp(1.9rem,2.8vw,2.6rem); }
.story-copy .lead { margin-top: 24px; font-size: 16px; }
.platform-visual, .platform-stage { min-width: 0; padding: 20px; background: #e8f0f7; border-radius: 18px; }
.platform-story-reverse { grid-template-columns: 1.25fr .8fr; }
.platform-story-reverse .story-copy { order: 2; }
.platform-detail { background: #edf3f8; }
.platform-detail .platform-stage { background: #ffffff65; border: 1px solid #d9e5ee; }
.platform-team { background: white; }
.platform-team-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.platform-team-heading .lead { font-size: 16px; }
.platform-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px; padding-block: 46px 34px; }
.platform-pillars li { border-top: 1px solid var(--line); padding-top: 24px; }
.platform-pillars .feature-symbol { margin-bottom: 18px; display: block; }
.platform-pillars h3 { font-size: 21px; }
.platform-pillars p { font-size: 14px; margin-top: 14px; }
/* Four complete, stable workspaces. */
.roles-section { padding-block: 24px 76px; background: var(--ground); }
.role-tabs { position: relative; display: none; padding: 5px; gap: 4px; width: max-content; max-width: 100%; border: 1px solid #cfdeea; border-radius: 14px; background: #e8f0f6; }
.enhanced-tabs .role-tabs { display: flex; }
.role-tabs button { position: relative; z-index: 1; border: 0; background: transparent; padding: 13px 30px; min-width: 125px; border-radius: 10px; font-size: 14px; color: #526b81; }
.role-tab-indicator { position: absolute; pointer-events: none; background: #fff; border-radius: 10px; box-shadow: 0 3px 10px #27435b12; }
.role-tabs button[aria-selected=true] { color: #244e72; }
.role-tabs button:focus-visible { outline-offset: 1px; }
.role-panels { padding: 4px; margin: 0 -4px; }
.enhanced-tabs .role-panels { display: grid; overflow: clip; }
.role-panel { display: grid; grid-template-columns: .85fr 1.25fr; gap: 76px; align-items: center; min-width: 0; padding-top: 44px; }
.role-panel + .role-panel { margin-top: 38px; }
.enhanced-tabs .role-panel { grid-area: 1 / 1; margin: 0; }
.enhanced-tabs .role-panel[hidden] { display: grid !important; visibility: hidden; }
.role-copy h2 { font-size: clamp(1.9rem,2.5vw,2.4rem); }
.role-copy > p { margin-top: 20px; font-size: 15px; }
.check-list { display: grid; gap: 15px; margin-top: 28px; }
.check-list li { display: flex; align-items: start; gap: 10px; font-size: 13px; }
.check-list svg { width: 16px; height: 20px; color: var(--blue); }
.role-detail { min-width: 0; padding: 18px; background: #e3edf5; border-radius: 18px; }
.role-detail .screenshot-link { aspect-ratio: 1.45; display: flex; align-items: center; background: white; }
.role-detail .screenshot-link img { width: 100%; height: 100%; object-fit: contain; }
.handoff-section { background: white; padding-block: 68px; }
.handoff-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 110px; }
.handoff-layout h2 { font-size: 30px; }
.handoff-layout .text-link { margin-top: 24px; }
/* Features: one complete directory, four deliberately different chapters. */
.features-intro { padding-block: 76px 56px; background: radial-gradient(ellipse at 85% 0,#e3eef7,transparent 60%); }
.features-intro-layout { display: grid; grid-template-columns: 1.3fr .8fr; gap: 100px; align-items: end; }
.features-intro h1 { font-size: clamp(2.6rem,4.5vw,4rem); letter-spacing: -.03em; }
.features-intro h1 > span { display: block; }
.features-intro .lead { max-width: 440px; font-size: 16px; }
.features-layout { padding-bottom: 80px; }
.feature-directory { position: sticky; top: 84px; z-index: 10; padding-block: 12px; margin-bottom: 48px; background: rgb(248 250 252 / 96%); backdrop-filter: blur(16px); }
.feature-directory nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 5px; gap: 5px; border: 1px solid #d4e1ec; border-radius: 12px; background: #eef3f7; }
.feature-directory a { display: flex; align-items: center; gap: 9px; padding: 12px; font-size: 13px; border-radius: 7px; line-height: 1.4; transition: background .18s,color .18s; }
.feature-directory a svg { width: 18px; height: 18px; color: #6b90b0; }
.feature-directory a svg:last-child { width: 15px; margin-inline-start: auto; }
.feature-directory a[aria-current] { background: white; color: var(--blue); box-shadow: 0 2px 6px #1b32460b; }
.feature-directory a:hover { color: var(--blue); }
.feature-group { scroll-margin-top: 80px; }
.feature-group + .feature-group { margin-top: 70px; }
.feature-group-heading { margin-bottom: 32px; }
.feature-group-heading .eyebrow { margin-bottom: 12px; }
.feature-group-heading h2 { font-size: clamp(2rem,3.2vw,2.8rem); }
.feature-group-heading p.lead { font-size: 15px; max-width: 650px; margin-top: 16px; }
.catalog-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 48px; }
.feature-card { display: flex; align-items: start; gap: 15px; min-width: 0; padding: 24px 0; border-top: 1px solid var(--line); }
.feature-symbol { color: var(--blue); flex-shrink: 0; }
.feature-symbol svg { width: 22px; height: 22px; }
.feature-card h3 { font-size: 20px; }
.feature-card p { font-size: 14px; line-height: 1.75; margin-top: 10px; max-width: 540px; }
.feature-group-files { padding: 40px 44px 20px; border: 1px solid #dbe6ef; background: white; border-radius: 20px; }
.feature-group-work { padding-block: 16px 0; }
.feature-group-work .feature-group-heading > div { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; column-gap: 70px; }
.feature-group-work .feature-group-heading .eyebrow { grid-column: 1 / -1; }
.feature-group-work .feature-group-heading .lead { margin: 0; max-width: 380px; }
.feature-group-work .catalog-cards { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 36px; }
.feature-group-work .feature-card { border: 0; padding-block: 22px; }
.feature-group-work .feature-card h3 { font-size: 19px; }
.automation-showcase { margin-block: 34px 20px; }
.automation-showcase .product-visual { position: relative; }
.automation-showcase .screenshot-link { position: relative; aspect-ratio: 2; background: #09090b; border-radius: 18px; border: 1px solid #27343f; box-shadow: 0 20px 55px -30px #143b6270; }
.automation-showcase .screenshot-link img { width: 100%; height: 100%; object-fit: contain; }
[data-product-video] { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .2s; pointer-events: none; }
[data-product-video][data-ready=false] { transition: none; }
[data-product-video][data-ready=true] { opacity: 1; }
.motion-toggle { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: 40px; height: 40px; padding: 11px; border: 1px solid #4c677e; border-radius: 50%; background: #20394dd9; color: #e4f2ff; }
.motion-toggle:hover { background: #3b6f9f; }
.motion-toggle svg { width: 18px; height: 18px; }
.motion-chapters { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.motion-chapters button { display: flex; align-items: center; gap: 9px; background: transparent; color: var(--muted); border: 1px solid transparent; border-radius: 30px; padding: 10px 16px; text-align: start; font-size: 13px; line-height: 1.5; transition: color .2s,background .2s; }
.motion-chapter-line { position: relative; flex-shrink: 0; width: 6px; height: 6px; border-radius: 50%; background: #bacbd8; overflow: hidden; }
.motion-chapter-line::after { content: ''; position: absolute; inset: 0; transform: scaleX(0); background: var(--blue); }
.motion-chapters button[aria-pressed=true] { color: var(--blue); background: #e8f0f7; border-color: #d4e3ef; }
.motion-chapters button:hover { color: var(--blue); background: #edf3f8; }
.motion-chapters button[aria-pressed=true] .motion-chapter-line::after { transform: scaleX(1); }
.feature-group-connect { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; padding: 28px 0 10px; }
.feature-group-connect .catalog-cards { grid-template-columns: 1fr; }
.feature-group-connect .feature-card:first-child { padding-top: 0; border: 0; }
.feature-group-connect .feature-group-heading { padding-top: 5px; }
.feature-group-manage { padding: 40px 44px 20px; background: #eaf1f7; border-radius: 20px; }
.feature-group-manage .catalog-cards { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 32px; }
.feature-group-manage .feature-card { display: block; }
.feature-group-manage .feature-symbol { display: block; margin-bottom: 14px; }
.legal-copy { max-width: 790px; }
.legal-copy h1 { font-size: clamp(2rem,4vw,2.8rem); margin-bottom: 28px; }
.legal-copy h2 { font-size: 23px; margin-top: 38px; margin-bottom: 18px; text-wrap: wrap; }
.legal-copy p { margin-bottom: 16px; }
.legal-copy ul { padding-inline-start: 20px; list-style: disc; color: var(--muted); }
.legal-copy li { margin-block: 10px; }
.legal-copy a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.legal-emphasis { border-inline-start: 3px solid var(--blue); padding: 20px; background: var(--blue-soft); }
@media (max-width:1100px) {
 .container { width: calc(100% - 64px); }
 .desktop-nav { gap: 18px; }
 .header-actions { gap: 16px; }
 .overview-layout, .tour-heading, .tour-layout, .security-layout, .platform-story, .role-panel, .handoff-layout { gap: 45px; }
 .features-intro-layout, .feature-group-connect, .platform-team-heading, .faq-layout, .contact-layout { gap: 60px; }
 .feature-directory a { font-size: 12px; padding: 12px 8px; }
 .feature-directory a svg:last-child { display: none; }
 .audience-card h3 { font-size: 21px; }
}
@media (max-width:850px) {
 .desktop-nav { display: none; }
 .js .menu-toggle { display: inline-flex; }
 .mobile-nav { display: flex; gap: 20px; padding-block: 12px 20px; flex-wrap: wrap; font-size: 14px; }
 .js .mobile-nav { display: none; }
 .js .mobile-nav[data-open=true] { display: flex; }
 .header-inner { min-height: 72px; }
 .hero { padding-top: 56px; }
 .hero h1 { font-size: 3.4rem; }
 .hero-product { margin-top: 42px; }
 .section { padding-block: 66px; }
 .overview-layout, .tour-heading, .tour-layout, .security-layout, .faq-layout, .platform-story, .platform-team-heading, .role-panel, .handoff-layout { grid-template-columns: 1fr; gap: 30px; }
 .overview h2 { max-width: 630px; }
 .capability-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
 .capability-card, .capability-card:first-child, .capability-card:last-child { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 0; }
 .capability-card { grid-template-columns: 26px 1fr; gap: 14px; }
 .capability-arrow { display: none; }
 .tour-heading { margin-bottom: 30px; }
 .tour-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
 .tour-step { border: 0; padding-block: 10px; }
 .tour-step strong { font-size: 18px; }
 .tour-stage { aspect-ratio: 1.7; }
 .audience-heading { align-items: start; flex-direction: column; gap: 24px; }
 .audience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 28px; }
 .audience-card:nth-child(3) { border: 0; padding-inline-start: 0; }
 .audience-card h3 { min-height: 55px; }
 .platform-story-reverse .story-copy { order: 0; }
 .platform-pillars { gap: 28px; }
 .platform-visual, .platform-stage { max-width: 700px; }
 .role-panel { align-content: start; padding-top: 30px; }
 .role-copy .check-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 22px; }
 .role-detail { width: 100%; max-width: 700px; }
 .features-intro-layout { grid-template-columns: 1fr; gap: 25px; }
 .features-intro .lead { max-width: 600px; }
 .feature-directory { top: 72px; margin-bottom: 26px; }
 .feature-directory nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .feature-directory a { font-size: 13px; }
 .feature-group { scroll-margin-top: 100px; }
 .feature-group-connect { grid-template-columns: 1fr; gap: 22px; }
 .feature-group-connect .catalog-cards { grid-template-columns: 1fr 1fr; }
 .feature-group-connect .feature-card:first-child { border-top: 1px solid var(--line); padding-top: 24px; }
 .feature-group-manage .catalog-cards { grid-template-columns: 1fr 1fr; }
 .feature-group-files, .feature-group-manage { padding: 32px 28px 12px; }
 .feature-group-work .feature-group-heading > div { grid-template-columns: 1fr; gap: 14px; }
 .feature-group-work .feature-group-heading .eyebrow { margin: 0; }
 .feature-group-work .feature-group-heading .lead { max-width: 650px; }
 .feature-group-work .catalog-cards { grid-template-columns: 1fr 1fr; gap: 0 30px; }
 .catalog-cards { gap: 0 30px; }
 .contact-layout { grid-template-columns: 1.5fr 1fr; gap: 35px; }
 .footer-inner { flex-wrap: wrap; }
}
@media (max-width:560px) {
 .container { width: calc(100% - 40px); }
 .header-inner { gap: 12px; }
 .brand { font-size: 21px; gap: 7px; }
 .brand img { width: 27px; }
 .header-actions { gap: 12px; }
 .language-select svg, .login-link svg { display: none; }
 .menu-toggle { font-size: 0; padding-inline-start: 0; }
 .menu-toggle svg { width: 20px; }
 .hero { padding-top: 42px; }
 .hero .eyebrow { font-size: 11px; max-width: 320px; }
 .hero h1 { font-size: clamp(2.15rem,8.7vw,3rem); letter-spacing: -.03em; }
 .hero .lead { font-size: 15px; line-height: 1.7; margin-top: 22px; }
 .hero-actions { flex-direction: column; gap: 18px; margin-top: 26px; }
 .hero-product { padding: 6px 6px 0; border-radius: 12px 12px 0 0; margin-top: 36px; }
 .hero .screenshot-link { border-radius: 6px 6px 0 0; }
 .section { padding-block: 52px; }
 h2 { font-size: 1.95rem; }
 .lead { font-size: 15px; }
 .overview-layout { gap: 26px; }
 .overview .lead { font-size: 15px; }
 .capability-grid { grid-template-columns: 1fr; gap: 0; }
 .capability-card { grid-template-columns: 27px 1fr 18px; padding-block: 20px; }
 .capability-arrow { display: block; }
 .capability-card h3 { font-size: 19px; }
 .capability-card p { font-size: 14px; }
 .tour-heading .lead { font-size: 15px; }
 .tour-stage { aspect-ratio: 1.1; }
 .tour-steps { grid-template-columns: 1fr; gap: 0; }
 .tour-step { padding-block: 17px; border-bottom: 1px solid #cddce8; }
 .tour-step strong { font-size: 19px; }
 .step-description { font-size: 14px; margin-top: 7px; }
 .audience-heading { margin-bottom: 30px; }
 .audience-heading .lead { font-size: 15px; }
 .audience-card { padding: 24px 12px 0 0; }
 .audience-card + .audience-card { padding-inline-start: 18px; }
 .audience-card:nth-child(3) { padding-inline-start: 0; }
 .audience-card .eyebrow { font-size: 12px; margin-bottom: 12px; }
 .audience-card h3 { font-size: 18px; line-height: 1.4; min-height: 80px; }
 .audience-arrow { margin-top: 16px; }
 .security-layout h2 { font-size: 28px; }
 .security-points article { gap: 18px; }
 .faq-layout { gap: 28px; }
 .faq-layout summary { font-size: 14px; padding-block: 19px; }
 .contact-layout { grid-template-columns: 1fr; gap: 36px; }
 .contact .lead { font-size: 15px; }
 .contact-person { border-top: 1px solid #46647b; padding-top: 26px; }
 .contact-monogram { display: none; }
 .contact-watermark { width: 190px; inset-inline-start: auto; inset-inline-end: -20px; bottom: -55px; }
 .footer-inner { flex-direction: column; align-items: start; gap: 24px; }
 .footer-inner nav { gap: 20px; }
 .page-intro { padding-block: 44px 28px; }
 .page-intro h1 { font-size: 2.35rem; }
 .page-intro .lead { margin-top: 20px; font-size: 15px; }
 .platform-route nav { gap: 7px; padding-bottom: 28px; }
 .platform-route a { padding: 8px 12px; gap: 7px; font-size: 12px; }
 .platform-route a svg { width: 14px; }
 .platform-visual, .platform-stage { padding: 10px; border-radius: 12px; }
 .story-copy .lead { font-size: 15px; margin-top: 18px; }
 .platform-pillars { grid-template-columns: 1fr; gap: 24px; padding-block: 30px; }
 .platform-team-heading .lead { font-size: 15px; }
 .role-tabs { width: 100%; flex-wrap: wrap; border-radius: 12px; }
 .role-tabs button { flex: 1 0 calc(50% - 4px); min-width: 0; padding: 11px 8px; }
 .role-copy h2 { font-size: 28px; }
 .role-copy > p { font-size: 14px; margin-top: 18px; }
 .role-copy .check-list { grid-template-columns: 1fr; gap: 12px; }
 .role-detail { padding: 10px; border-radius: 12px; }
 .handoff-layout h2 { font-size: 28px; }
 .features-intro { padding-block: 44px 28px; }
 .features-intro h1 { font-size: clamp(2.15rem,8.7vw,3rem); }
 .features-intro .lead { font-size: 15px; }
 .feature-directory { padding-block: 8px; margin-bottom: 26px; }
 .feature-directory nav { gap: 2px; padding: 3px; }
 .feature-directory a { font-size: 11px; padding: 9px 7px; gap: 6px; min-height: 45px; }
 .feature-directory a svg { width: 15px; height: 15px; }
 .feature-group { scroll-margin-top: 90px; }
 .feature-group-heading h2 { font-size: 28px; }
 .feature-group-heading p.lead { font-size: 14px; }
 .feature-group-files, .feature-group-manage { padding: 26px 20px 10px; border-radius: 14px; }
 .feature-group + .feature-group { margin-top: 44px; }
 .catalog-cards, .feature-group-work .catalog-cards, .feature-group-connect .catalog-cards, .feature-group-manage .catalog-cards { grid-template-columns: 1fr; }
 .feature-card { padding-block: 20px; gap: 12px; }
 .feature-card h3 { font-size: 18px; }
 .feature-card p { font-size: 14px; margin-top: 8px; }
 .feature-symbol svg { width: 19px; height: 19px; }
 .feature-group-manage .feature-card { display: flex; }
 .feature-group-manage .feature-symbol { margin-bottom: 0; }
 .feature-group-connect { padding-block: 0; }
 .automation-showcase { margin-block: 24px 10px; }
 .automation-showcase .screenshot-link { aspect-ratio: 3 / 4; border-radius: 12px; }
 .motion-chapters { gap: 4px; margin-top: 12px; align-items: stretch; }
 .motion-chapters button { flex: 1; min-width: 0; justify-content: center; gap: 6px; font-size: 11px; padding: 8px 6px; border-radius: 8px; }
 .motion-chapters .motion-chapter-line { display: none; }
 .motion-toggle { top: 8px; right: 8px; width: 36px; height: 36px; padding: 9px; }
 .features-layout { padding-bottom: 48px; }
 .legal-copy h1 { font-size: clamp(1.48rem,6.7vw,2.2rem); }
}
@media (prefers-reduced-motion:reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { transition: none !important; animation: none !important; }
 .hero .screenshot-link { transform: none !important; }
}

@media (max-width:560px) { .screenshot-scroll img[data-mobile-img] { width: auto; min-width: 0; max-width: 100%; margin-inline: auto; } }
