/* Concept five is isolated from the other homepage experiments. */
body:has(.concept-5) > div:has(> .tools-marquee-container) { display: none; }
.concept-5 { --ink: #191b22; --muted: #626777; --line: #e3e6ec; --blue: #275bd4; --green: #1f6f5c; --green-soft: #e6f2ed; --nav: 92px; color: var(--ink); font-family: Inter, sans-serif; font-size: 16px; line-height: 1.6; }
.concept-5 *, .concept-5 *::before, .concept-5 *::after { box-sizing: border-box; }
.concept-5 [hidden] { display: none !important; }
.concept-5 h1, .concept-5 h2, .concept-5 h3, .concept-5 p { margin: 0; }
.concept-5 h1, .concept-5 h2, .concept-5 h3 { font-weight: 600; text-wrap: balance; }
.concept-5 a { text-decoration: none; }
.concept-5 button, .concept-5 input { font: inherit; }
.concept-5 button, .concept-5 summary { cursor: pointer; }
.concept-5 img { display: block; max-width: 100%; }
.concept-5 a:focus-visible, .concept-5 button:focus-visible, .concept-5 summary:focus-visible, .concept-5 input:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.concept-5 .c5-wrap { width: min(1200px, 100%); margin-inline: auto; padding-inline: 32px; }
.concept-5 .c5-skip { position: absolute; left: 24px; top: -100px; z-index: 100; background: white; padding: 12px; }
.concept-5 .c5-skip:focus { top: 160px; }
.concept-5 h2 { font-size: clamp(32px, 3.7vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.concept-5 .c5-button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; border: 1px solid var(--ink); background: var(--ink); color: white; border-radius: 9px; padding: 14px 23px; min-height: 50px; font-size: 14px; font-weight: 500; transition: background .2s, transform .2s; }
.concept-5 .c5-button:hover { background: #303644; transform: translateY(-2px); }
.concept-5 .c5-text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 500; }
.concept-5 .c5-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.concept-5 summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.concept-5 summary::-webkit-details-marker { display: none; }
.concept-5 summary > span { font-size: 22px; transition: transform .2s; }
.concept-5 details[open] > summary > span { transform: rotate(45deg); }
.concept-5 .c5-example-note { color: var(--muted); font-size: 10px; text-align: center; margin-top: 14px; }
.concept-5 .c5-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #398362; display: inline-block; flex-shrink: 0; }

/* Hero */
.concept-5 .c5-hero { text-align: center; padding-top: 60px; padding-bottom: 40px; }
.concept-5 h1 { font-size: clamp(38px, 4.6vw, 65px); line-height: 1.2; letter-spacing: -.055em; }
.concept-5 h1 > span:not(.c5-rotor) { display: inline-block; margin-top: .12em; padding: .05em .16em .12em; line-height: 1.15; background: linear-gradient(100deg, #e1f1ff, #dbf8fc 55%, #e9e5ff); border-radius: 8px; }
.concept-5 .c5-intro { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 680px; margin: 24px auto 0; }
.concept-5 .c5-actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 28px; }
.concept-5 .c5-hero-agents { display: flex; justify-content: center; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; margin-top: 32px; }
.concept-5 .c5-hero-agents img { width: 23px; height: 23px; }

.concept-5 .c5-rotor { display: inline-grid; grid-template-columns: minmax(0, 100%); vertical-align: top; transition: width .55s cubic-bezier(.2,.8,.2,1); }
.concept-5 .c5-rotor > i { grid-area: 1 / 1; justify-self: center; font-style: normal; opacity: 0; transform: translateY(.35em); transition: opacity .45s, transform .45s; white-space: nowrap; }
.concept-5 .c5-rotor > i.is-on { opacity: 1; transform: none; }
/* One enquiry, followed through the workspace. The stage stays put while the beats scroll past it. */
.concept-5 .c5-story { background: #f5f6f8; border-block: 1px solid var(--line); scroll-margin-top: var(--nav); }
.concept-5 .c5-story-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 56px; align-items: start; }
.concept-5 .c5-stage-column, .concept-5 .c5-window, .concept-5 .c5-beats { min-width: 0; }
.concept-5 .c5-beats { padding-block: 6vh 22vh; }
.concept-5 .c5-beat { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; padding-block: 48px; scroll-margin-top: calc(var(--nav) + 20px); transition: opacity .35s; }
.concept-5 .c5-beat:last-child { min-height: 64vh; }
.concept-5 .c5-beat.is-active { opacity: 1; }
.concept-5 .c5-story-layout:has(.has-motion) .c5-beat:not(.is-active) { opacity: .42; }
.concept-5 .c5-beat-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.concept-5 .c5-beat-tools > span, .concept-5 .c5-beat-tools > button { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px 6px 8px; border: 1px solid #d9dfe6; border-radius: 20px; background: white; font-size: 12px; font-weight: 500; color: #3c4453; }
.concept-5 .c5-beat-tools img { width: 16px; height: 16px; }
.concept-5 .c5-beat-people img { width: 20px; height: 20px; border-radius: 50%; margin-right: -9px; border: 2px solid white; }
.concept-5 .c5-beat-people img + img { margin-right: 4px; }
.concept-5 .c5-beat-tools > button { transition: border-color .2s, background .2s; }
.concept-5 .c5-beat-tools > button:hover { border-color: #8a9ec9; background: #f3f6fb; }
.concept-5 .c5-beat h2 { font-size: clamp(30px, 2.9vw, 40px); max-width: 400px; }
.concept-5 .c5-beat > p { margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 380px; }
.concept-5 .c5-beat-actions { display: flex; align-items: center; gap: 26px; margin-top: 26px; flex-wrap: wrap; }
.concept-5 .c5-stage-column { position: sticky; top: var(--nav); align-self: start; padding-block: max(20px, calc((100vh - var(--nav) - 620px) / 2)) 20px; }
.concept-5 .c5-window { background: white; border: 1px solid #d9dee5; border-radius: 16px; overflow: hidden; box-shadow: 0 24px 60px #1c3b5112; }
.concept-5 .c5-window-top { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.concept-5 .c5-window-top > img { width: 22px; height: 22px; }
.concept-5 .c5-workspace-name { color: var(--muted); font-size: 11px; border-left: 1px solid var(--line); margin-left: 8px; padding-left: 12px; }
.concept-5 .c5-modules { display: flex; gap: 4px; margin-left: auto; }
.concept-5 .c5-modules span { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px 5px 7px; border-radius: 6px; font-size: 10px; color: #8b93a1; white-space: nowrap; transition: color .4s, background .4s, opacity .4s; }
.concept-5 .c5-modules img { width: 13px; height: 13px; opacity: .45; transition: opacity .4s; }
.concept-5 .c5-modules span.is-lit { color: var(--ink); background: #eef2f5; }
.concept-5 .c5-modules span.is-lit img { opacity: 1; }
.concept-5 .past-1 [data-module="form-builder"], .concept-5 .past-2 [data-module="crm"], .concept-5 .past-2 [data-module="task-board"], .concept-5 .past-3 [data-module="e-sign"], .concept-5 .past-3 [data-module="client-portal"], .concept-5 .past-4 [data-module="automations"] { color: var(--ink); background: #eef2f5; }
.concept-5 .past-1 [data-module="form-builder"] img, .concept-5 .past-2 [data-module="crm"] img, .concept-5 .past-2 [data-module="task-board"] img, .concept-5 .past-3 [data-module="e-sign"] img, .concept-5 .past-3 [data-module="client-portal"] img, .concept-5 .past-4 [data-module="automations"] img { opacity: 1; }
.concept-5 .c5-people { display: flex; margin-left: 10px; }
.concept-5 .c5-people img { width: 24px; height: 24px; border-radius: 50%; border: 2px solid white; margin-left: -6px; }
.concept-5 .c5-window-body { display: grid; grid-template-columns: 1.35fr .95fr; min-height: 470px; }
.concept-5 .c5-record { padding: 20px 22px; border-right: 1px solid var(--line); position: relative; }
.concept-5 .c5-tasks { padding: 20px 20px; background: #fbfbfc; }
.concept-5 .c5-column-title { display: block; font-size: 11px; color: var(--muted); margin-bottom: 12px; }
.concept-5 .c5-empty { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 12px; padding: 40px 0; }
.concept-5 .c5-empty strong { font-size: 18px; color: var(--ink); font-weight: 500; letter-spacing: -.02em; }
.concept-5 .c5-empty small { font-size: 12px; }
.concept-5 .c5-empty-tasks { padding: 18px 0; }
.concept-5 .c5-submission { border: 1px solid #dfe3e9; border-radius: 10px; padding: 14px 16px; background: #fff; }
.concept-5 .c5-card-head { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; }
.concept-5 .c5-card-head img { width: 17px; height: 17px; }
.concept-5 .c5-card-head em { margin-left: auto; font-style: normal; color: var(--muted); font-size: 10px; }
.concept-5 .c5-submission dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 12px 0 0; }
.concept-5 .c5-submission dt { font-size: 10px; color: var(--muted); }
.concept-5 .c5-submission dd { margin: 2px 0 0; font-size: 13px; font-weight: 500; }
.concept-5 .c5-file { display: inline-flex; align-items: center; gap: 6px; }
.concept-5 .c5-file::before { content: ''; width: 11px; height: 13px; border: 1.5px solid #8b93a1; border-radius: 2px; }
.concept-5 .c5-contact { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.concept-5 .c5-contact > img { width: 40px; height: 40px; border-radius: 50%; }
.concept-5 .c5-contact h3 { font-size: 16px; }
.concept-5 .c5-contact h3 + span { font-size: 11px; color: var(--muted); }
.concept-5 .c5-pipeline { margin-left: auto; display: grid; }
.concept-5 .c5-stage-pill { grid-area: 1/1; font-size: 10px; padding: 4px 8px; border-radius: 5px; background: #eef2f5; color: #3c4453; white-space: nowrap; transition: opacity .4s, transform .4s; }
.concept-5 .c5-stage-pill[data-stage-from="3"] { background: var(--green-soft); color: var(--green); }
.concept-5 .c5-stage:not(.past-2) .c5-stage-pill[data-stage-from="2"], .concept-5 .c5-stage:not(.past-3) .c5-stage-pill[data-stage-from="3"], .concept-5 .c5-stage.past-3 .c5-stage-pill[data-stage-from="2"] { opacity: 0; transform: translateY(4px); }
.concept-5 .c5-timeline { list-style: none; margin: 8px 0 0; padding: 0; }
.concept-5 .c5-timeline li { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-top: 1px solid #eef0f3; font-size: 12px; position: relative; }
.concept-5 .c5-timeline li:first-child { border-top: 0; }
.concept-5 .c5-timeline small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }
.concept-5 .c5-dot { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; font-style: normal; font-size: 11px; }
.concept-5 .c5-dot img { width: 14px; height: 14px; border-radius: 50%; }
.concept-5 .c5-dot-agent { background: #fff0e9; }
.concept-5 .c5-dot-done { background: var(--green-soft); color: var(--green); font-weight: 600; }
.concept-5 .c5-dot-file { background: #eef2f5; color: #3c4453; }
.concept-5 .c5-dot-auto { background: #eef2f5; }
.concept-5 .c5-dot-auto img { width: 12px; height: 12px; border-radius: 0; }
.concept-5 .c5-dot-person { background: #eef2f5; }
.concept-5 .c5-dot-person img { width: 22px; height: 22px; }
.concept-5 .c5-signature { position: absolute; right: 0; top: 10px; width: 80px; height: 14px; }
.concept-5 .c5-signature path { fill: none; stroke: #41756a; stroke-width: 1.4; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset .9s ease-out .2s; }
.concept-5 .past-3 .c5-signature path { stroke-dashoffset: 0; }
.concept-5 .c5-task { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-bottom: 1px solid #eceef2; font-size: 12px; }
.concept-5 .c5-task:last-child { border-bottom: 0; }
.concept-5 .c5-task p { flex: 1; min-width: 0; }
.concept-5 .c5-task small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }
.concept-5 .c5-task > img { width: 24px; height: 24px; border-radius: 50%; }
.concept-5 .c5-box { width: 16px; height: 16px; border: 1px solid #cfd5de; border-radius: 4px; flex-shrink: 0; display: grid; place-items: center; font-size: 10px; color: var(--green); transition: background .3s, border-color .3s; }
.concept-5 .c5-task.is-done .c5-box { background: var(--green-soft); border-color: #b6dac5; }
.concept-5 .c5-task.is-done .c5-box::after { content: '✓'; }
.concept-5 .c5-task.is-done p { color: var(--muted); text-decoration: line-through; text-decoration-color: #b8bfc9; }
.concept-5 .c5-task.is-done small { text-decoration: none; }
.concept-5 .past-3 .c5-task[data-done-from="3"] .c5-box, .concept-5 .past-5 .c5-task[data-done-from="5"] .c5-box { background: var(--green-soft); border-color: #b6dac5; }
.concept-5 .past-3 .c5-task[data-done-from="3"] .c5-box::after, .concept-5 .past-5 .c5-task[data-done-from="5"] .c5-box::after { content: '✓'; }
.concept-5 .past-3 .c5-task[data-done-from="3"] p, .concept-5 .past-5 .c5-task[data-done-from="5"] p { color: var(--muted); }
.concept-5 .c5-window-foot { display: flex; align-items: center; gap: 8px; border-top: 1px solid var(--line); padding: 11px 18px; font-size: 11px; color: var(--muted); }
/* Reveal rules: each element joins the stage at its beat and stays. */
.concept-5 .c5-stage [data-from] { transition: opacity .45s ease, transform .45s ease, max-height .45s ease; }
.concept-5 .c5-stage:not(.past-1) [data-from="1"], .concept-5 .c5-stage:not(.past-2) [data-from="2"], .concept-5 .c5-stage:not(.past-3) [data-from="3"], .concept-5 .c5-stage:not(.past-4) [data-from="4"], .concept-5 .c5-stage:not(.past-5) [data-from="5"] { opacity: 0; transform: translateY(10px); visibility: hidden; position: absolute; pointer-events: none; }
.concept-5 .c5-stage.past-1 [data-until="1"], .concept-5 .c5-stage.past-2 [data-until="2"] { display: none; }
.concept-5 .c5-record { display: flex; flex-direction: column; }
.concept-5 .c5-tasks { display: flex; flex-direction: column; }
.concept-5 .c5-stage:not(.past-2) .c5-timeline { display: none; }
.concept-5 .c5-stage.past-2 .c5-submission { padding: 10px 14px; }
.concept-5 .c5-stage.past-2 .c5-submission dl { grid-template-columns: repeat(3, auto); justify-content: start; gap: 8px 22px; margin-top: 8px; }
.concept-5 .c5-stage.past-2 .c5-submission dl div:nth-child(3) { display: none; }
.concept-5 .c5-stage.past-2 .c5-submission dd { white-space: nowrap; }
.concept-5 .c5-stage.past-2 .c5-submission dd { font-size: 12px; }

/* Custom apps keep their own dark section. */
.concept-5 .c5-build { background: #1e2329; color: white; padding-top: 80px; }
.concept-5 .c5-build-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.concept-5 .c5-build-copy h2 { font-size: clamp(32px, 3.3vw, 43px); }
.concept-5 .c5-build-copy > p:last-of-type { color: #bac2ca; font-size: 16px; max-width: 350px; margin-top: 24px; }
.concept-5 .c5-app-switch { display: inline-flex; gap: 4px; border: 1px solid #4d555f; border-radius: 9px; padding: 4px; margin-top: 25px; }
.concept-5 .c5-app-switch button { border: 0; border-radius: 5px; padding: 9px 17px; font-size: 12px; color: #d3d9df; background: transparent; }
.concept-5 .c5-app-switch button[aria-pressed="true"] { color: #20252b; background: #fff; }
.concept-5 .c5-app-demo { min-width: 0; }
.concept-5 #c5-app-request, .concept-5 #c5-app-result { min-height: 338px; border-radius: 13px; border: 1px solid #e1e5e9; background: white; color: var(--ink); overflow: hidden; }
.concept-5 #c5-app-request { padding: 35px; }
.concept-5 #c5-app-request > img { width: 30px; height: 30px; }
.concept-5 #c5-app-request > p { font-size: 28px; letter-spacing: -.025em; line-height: 1.4; margin: 28px 0 24px; }
.concept-5 #c5-app-request > span { color: var(--muted); font-size: 13px; }
.concept-5 .c5-app-address { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted); background: #f8f9fa; }
.concept-5 .c5-app-address img { width: 17px; height: 17px; }
.concept-5 .c5-app-address .c5-live-dot { margin-left: auto; }
.concept-5 .c5-stock-app { padding: 22px; }
.concept-5 .c5-stock-title { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.concept-5 .c5-stock-title img { width: 23px; height: 23px; }
.concept-5 .c5-stock-title h3 { font-size: 17px; }
.concept-5 .c5-stock-title > span { font-size: 9px; color: var(--muted); background: #f3f5f7; border-radius: 4px; padding: 4px 7px; margin-left: auto; }
.concept-5 .c5-stock-row { display: grid; grid-template-columns: 1.3fr 1fr .7fr; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.concept-5 .c5-stock-row small { display: block; color: var(--muted); font-size: 9px; font-weight: 400; }
.concept-5 .c5-stock-row strong { font-size: 16px; font-weight: 500; }
.concept-5 .c5-stock-level { height: 5px; background: #edf2ef; border-radius: 3px; }
.concept-5 .c5-stock-level i { display: block; height: 100%; width: var(--stock); background: #85ae9b; border-radius: 3px; }
.concept-5 .c5-stock-low i { background: #c5a776; }
.concept-5 .c5-stock-saved { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 9px; padding-top: 20px; }
.concept-5 .c5-build .c5-example-note { color: #a7b0bb; }
.concept-5 .c5-after-hours { display: flex; align-items: center; gap: 16px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #41474f; margin-top: 55px; }
.concept-5 .c5-after-hours > img { width: 25px; height: 25px; filter: invert(1); opacity: .75; }
.concept-5 .c5-after-hours p { font-size: 14px; }
.concept-5 .c5-after-hours p span { color: #aeb8c3; margin-left: 18px; font-size: 12px; }
.concept-5 .c5-after-hours button { border: 0; background: none; color: white; font-size: 12px; margin-left: auto; white-space: nowrap; }

/* Subscription consolidation uses selected workflows and explicit price assumptions. */
.concept-5 .c5-savings { padding-block: 75px 50px; background: #fff; scroll-margin-top: calc(var(--nav) + 20px); }
.concept-5 .c5-savings > .c5-wrap { max-width: 1080px; }
.concept-5 .c5-savings-heading { text-align: center; }
.concept-5 .c5-savings-heading > p:last-child { margin-top: 20px; color: var(--muted); font-size: 16px; }
.concept-5 .c5-example-controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 28px; }
.concept-5 .c5-example-options { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 30px; background: #f6f7f8; }
.concept-5 .c5-example-options button { padding: 10px 15px; border-radius: 25px; font-size: 11px; color: var(--muted); white-space: nowrap; border: 0; background: transparent; }
.concept-5 .c5-example-options button[aria-pressed="true"] { color: var(--ink); background: #fff; box-shadow: 0 1px 4px #172c4312; }
.concept-5 .c5-team-size { display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--muted); }
.concept-5 .c5-team-size output { min-width: 68px; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 500; }
.concept-5 .c5-team-size input { -webkit-appearance: none; appearance: none; width: 170px; height: 22px; background: transparent; cursor: pointer; }
.concept-5 .c5-team-size input::-webkit-slider-runnable-track { height: 4px; border-radius: 2px; background: #d8dee6; }
.concept-5 .c5-team-size input::-moz-range-track { height: 4px; border-radius: 2px; background: #d8dee6; }
.concept-5 .c5-team-size input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; margin-top: -7px; border-radius: 50%; background: var(--ink); border: 3px solid #fff; box-shadow: 0 1px 4px #17203a3d; }
.concept-5 .c5-team-size input::-moz-range-thumb { width: 12px; height: 12px; border-radius: 50%; background: var(--ink); border: 3px solid #fff; box-shadow: 0 1px 4px #17203a3d; }
.concept-5 .c5-subscriptions { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; margin-top: 28px; }
.concept-5 .c5-old-stack { min-width: 0; }
.concept-5 .c5-stack-label { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 15px; font-size: 12px; color: var(--muted); }
.concept-5 .c5-stack-label strong { font-size: 20px; font-weight: 500; color: var(--ink); font-variant-numeric: tabular-nums; }
.concept-5 .c5-stack-label small { color: var(--muted); font-size: 11px; font-weight: 400; margin-left: 3px; }
.concept-5 .c5-brand-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-height: 470px; align-content: center; }
.concept-5 .c5-brand { min-width: 0; padding: 12px 14px; border: 1px solid #e1e5e9; background: #fff; border-radius: 9px; color: var(--ink); text-align: left; transition: border-color .2s, background .2s; }
.concept-5 .c5-brand:hover { border-color: #8ca298; background: #fafcfb; }
.concept-5 .c5-brand-mark { display: flex; align-items: center; gap: 8px; height: 26px; }
.concept-5 .c5-brand-mark img { width: 24px; height: 24px; object-fit: contain; border-radius: 4px; }
.concept-5 .c5-brand-mark strong { font-size: 14px; font-weight: 500; letter-spacing: -.025em; }
.concept-5 .c5-brand-job { display: block; color: var(--muted); font-size: 10px; margin-top: 7px; }
.concept-5 .c5-brand-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.concept-5 .c5-brand-price { color: #68727c; font-size: 14px; font-variant-numeric: tabular-nums; }
.concept-5 .c5-brand-price small { font-size: 10px; font-weight: 400; color: var(--muted); margin-left: 3px; }
.concept-5 .c5-brand-price > span { position: relative; }
.concept-5 .c5-brand-price > span::after { content: ''; position: absolute; left: -2px; right: -2px; height: 1px; background: #85978e; top: 50%; transform: scaleX(1); transform-origin: left; transition: transform .3s ease; }
.concept-5 .c5-brand[aria-pressed="false"] .c5-brand-price > span::after { transform: scaleX(0); }
.concept-5 .c5-brand-action { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: #edf3ef; color: #5d826d; font-size: 10px; }
.concept-5 .c5-brand[aria-pressed="false"] .c5-brand-action { background: #f0f1f3; color: #747e89; }
.concept-5 .c5-brand[data-saving-app="Typeform"] .c5-brand-mark img { width: 100px; height: 26px; object-fit: cover; }
.concept-5 .c5-brand[data-saving-app="Typeform"] .c5-brand-mark strong { display: none; }
.concept-5 .c5-stack-hint { font-size: 11px; color: var(--muted); margin-top: 15px; }
.concept-5 .c5-stack-arrow { text-align: center; color: #8da199; font-size: 30px; }
.concept-5 .c5-new-stack { border: 1px solid #d0dfd5; border-top: 3px solid #7ca98e; border-radius: 14px; background: #f7faf7; padding: 35px 28px 28px; text-align: center; min-height: 390px; display: flex; flex-direction: column; justify-content: center; }
.concept-5 .c5-stack-equation { display: flex; align-items: center; justify-content: center; gap: 22px; }
.concept-5 .c5-stack-agent > div { display: flex; justify-content: center; gap: 7px; }
.concept-5 .c5-stack-agent img { width: 27px; height: 27px; }
.concept-5 .c5-stack-agent > span { display: block; font-size: 12px; margin-top: 11px; }
.concept-5 .c5-stack-plus { color: #9aa79f; font-size: 27px; font-weight: 300; }
.concept-5 .c5-stack-raq { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.concept-5 .c5-stack-raq > img { width: 36px; height: 36px; }
.concept-5 .c5-stack-raq strong { font-size: 17px; font-weight: 500; letter-spacing: -.03em; }
.concept-5 .c5-new-stack-price { margin-top: 27px; }
.concept-5 .c5-new-stack-price strong { font-size: 31px; letter-spacing: -.04em; font-weight: 500; font-variant-numeric: tabular-nums; }
.concept-5 .c5-new-stack-price > span { color: var(--muted); font-size: 11px; margin-left: 6px; }
.concept-5 .c5-kept-apps { font-size: 10px; color: var(--muted); margin-top: 8px; min-height: 32px; }
.concept-5 .c5-saving-result { display: flex; flex-direction: column; align-items: center; gap: 4px; border-top: 1px solid #dce6df; margin-top: 15px; padding-top: 20px; color: #286c4c; }
.concept-5 .c5-saving-result > span:first-child { font-size: 11px; }
.concept-5 .c5-saving-result strong { font-size: 54px; line-height: 1.2; font-weight: 500; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.concept-5 .c5-saving-result > span:last-child { font-size: 12px; }
.concept-5 .has-extra-cost .c5-saving-result { color: var(--ink); }
.concept-5 .c5-savings-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 27px; }
.concept-5 .c5-savings-foot > p { font-size: 11px; line-height: 1.8; color: var(--muted); }
.concept-5 .c5-savings-basis { border-top: 1px solid var(--line); margin-top: 26px; }
.concept-5 .c5-savings-basis > summary { font-size: 12px; padding-top: 18px; color: var(--muted); }
.concept-5 .c5-savings-basis > div { font-size: 12px; color: var(--muted); max-width: 850px; line-height: 1.8; padding-top: 20px; }
.concept-5 .c5-savings-basis ul { list-style: disc; padding-left: 18px; margin-block: 17px; }
.concept-5 .c5-savings-basis li { margin-block: 7px; }
.concept-5 .c5-savings-basis a { text-decoration: underline; text-underline-offset: 3px; }

/* Examples for the visitor's own work. */
.concept-5 .c5-explore { padding-block: 80px; background: #fafbfc; border-block: 1px solid var(--line); scroll-margin-top: calc(var(--nav) + 24px); }
.concept-5 .c5-explore > .c5-wrap { max-width: 970px; }
.concept-5 .c5-explore-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.concept-5 .c5-explore-heading p { color: var(--muted); font-size: 15px; margin-top: 12px; max-width: 560px; }
.concept-5 .c5-personalise { margin-top: 35px; }
.concept-5 .c5-personalise label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 10px; }
.concept-5 .c5-personalise-input { display: flex; gap: 12px; }
.concept-5 .c5-personalise-input input { min-width: 0; flex: 1; border: 1px solid #bac5d5; border-radius: 9px; padding: 15px 18px; background: white; font-size: 17px; }
.concept-5 .c5-personalise-input button { flex-shrink: 0; }
.concept-5 .c5-personalise-input button:disabled { opacity: .65; cursor: wait; transform: none; }
.concept-5 #c5-work-note { font-size: 11px; color: var(--muted); margin-top: 10px; }
.concept-5 #c5-work-status { font-size: 14px; margin-top: 14px; }
.concept-5 #c5-work-status:empty { display: none; }
.concept-5 .c5-matches { margin-top: 30px; }
.concept-5 .c5-matches-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.concept-5 .c5-matches-heading h3 { font-size: 18px; }
.concept-5 .c5-matches-heading button { border: none; background: none; text-decoration: underline; text-underline-offset: 4px; font-size: 12px; color: var(--muted); }
.concept-5 .c5-matches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.concept-5 .c5-match { text-align: left; border: 1px solid var(--line); border-radius: 12px; padding: 24px; background: white; display: flex; flex-direction: column; align-items: start; }
.concept-5 .c5-match:hover { border-color: #8a9ec9; }
.concept-5 .c5-match img { width: 26px; height: 26px; margin-bottom: 16px; }
.concept-5 .c5-match strong { font-weight: 500; font-size: 15px; }
.concept-5 .c5-match p { font-size: 15px; line-height: 1.65; margin: 17px 0; }
.concept-5 .c5-match > span { font-size: 12px; color: var(--muted); margin-bottom: 20px; }
.concept-5 .c5-match small { font-size: 12px; margin-top: auto; color: var(--blue); }
.concept-5 .c5-job-grid { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 24px; font-size: 12px; }
.concept-5 .c5-job-grid > span { color: var(--muted); }
.concept-5 .c5-job-grid button { border: 0; border-bottom: 1px solid #cbd2db; background: none; font-size: 12px; padding: 4px 0; }
.concept-5 .c5-library { margin-top: 44px; border-top: 1px solid var(--line); padding-top: 34px; }
.concept-5 .c5-library-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.concept-5 .c5-library-head h3 { font-size: 20px; letter-spacing: -.03em; }
.concept-5 .c5-library-search { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); }
.concept-5 .c5-library-search input { border: 1px solid #cbd2de; border-radius: 8px; padding: 10px 14px; background: white; width: min(320px, 60vw); font-size: 14px; }
.concept-5 #c5-results-status { color: var(--muted); font-size: 12px; margin: 10px 0 0; }
.concept-5 .c5-chapter { margin-top: 26px; }
.concept-5 .c5-chapter h4 { font-size: 12px; font-weight: 500; color: var(--muted); margin: 0 0 10px; }
.concept-5 .c5-chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.concept-5 .c5-directory-item { display: flex; align-items: flex-start; text-align: left; gap: 12px; background: white; border: 1px solid var(--line); padding: 14px 15px; border-radius: 10px; transition: border-color .15s, transform .15s, box-shadow .15s; }
.concept-5 .c5-directory-item:hover { border-color: #8a9ec9; transform: translateY(-1px); box-shadow: 0 6px 18px #1c3b510f; }
.concept-5 .c5-directory-item img { width: 22px; height: 22px; flex-shrink: 0; margin-top: 1px; }
.concept-5 .c5-directory-item > span { flex: 1; min-width: 0; }
.concept-5 .c5-directory-item strong { display: block; font-size: 13px; font-weight: 500; }
.concept-5 .c5-directory-item small { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 4px; }
.concept-5 .c5-directory-item i { font-style: normal; color: #a5acb9; font-size: 12px; margin-top: 2px; }
.concept-5 #c5-library-empty { margin-top: 20px; font-size: 14px; color: var(--muted); }
.concept-5 #c5-library-empty a { text-decoration: underline; }

/* Questions, version note and the example dialog. */
.concept-5 .c5-questions { max-width: 970px; padding-top: 40px; padding-bottom: 90px; }
.concept-5 .c5-questions details { border-bottom: 1px solid var(--line); }
.concept-5 .c5-questions summary { padding: 22px 0; font-size: 15px; font-weight: 500; }
.concept-5 .c5-questions details > p { color: var(--muted); font-size: 14px; padding-bottom: 25px; }
.concept-5 .c5-questions details > a { display: inline-block; margin-bottom: 24px; font-size: 14px; text-decoration: underline; }
.concept-5 .c5-close { position: relative; text-align: center; padding-block: 96px 88px; background: radial-gradient(60% 70% at 50% 0%, #eaf3ff 0%, #f6f8fb 55%, #fff 100%); border-top: 1px solid var(--line); overflow: hidden; }
.concept-5 .c5-close-tools { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.concept-5 .c5-close-tools span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px 7px 9px; border: 1px solid #d9dfe6; border-radius: 20px; background: white; font-size: 12px; font-weight: 500; color: #3c4453; box-shadow: 0 2px 8px #1c3b510a; }
.concept-5 .c5-close-tools img { width: 16px; height: 16px; }
.concept-5 .c5-close h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.12; letter-spacing: -.05em; }
.concept-5 .c5-close h2 > span { display: inline-block; margin-top: .14em; padding: .04em .18em .1em; line-height: 1.15; background: linear-gradient(100deg, #e1f1ff, #dbf8fc 55%, #e9e5ff); border-radius: 10px; }
.concept-5 .c5-close p { color: var(--muted); font-size: 18px; max-width: 560px; margin: 24px auto 0; }
.concept-5 .c5-close-actions { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.concept-5 .c5-button-large { font-size: 16px; padding: 18px 28px; min-height: 58px; border-radius: 11px; box-shadow: 0 10px 30px #191b2233; }
.concept-5 .c5-close-agents { display: flex; justify-content: center; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; margin-top: 36px; }
.concept-5 .c5-close-agents img { width: 23px; height: 23px; }
.concept-5 .c5-questions { padding-bottom: 70px; }
.concept-5 .c5-version { padding-block: 22px; font-size: 11px; display: flex; justify-content: space-between; color: var(--muted); }
.concept-5 .c5-dialog { border: 1px solid var(--line); border-radius: 15px; padding: 0; width: min(1000px, calc(100vw - 32px)); max-height: calc(100dvh - 40px); color: var(--ink); background: white; }
.concept-5 .c5-dialog::backdrop { background: #111827a6; }
.concept-5 .c5-dialog[open] { display: flex; flex-direction: column; }
.concept-5 .c5-dialog-head { display: flex; align-items: center; gap: 20px; justify-content: space-between; padding: 18px 24px; border-bottom: 1px solid var(--line); flex-shrink: 0; }
.concept-5 .c5-dialog-head h2 { font-size: 21px; }
.concept-5 .c5-dialog-head button { border: 1px solid var(--line); border-radius: 7px; background: white; padding: 9px 14px; font-size: 13px; white-space: nowrap; }
.concept-5 .c5-dialog-body { padding: 25px; overflow-y: auto; overscroll-behavior: contain; }
.concept-5 .c5-dialog-prompt { font-size: 19px; font-weight: 500; margin-bottom: 15px; }
.concept-5 #c5-dialog-response { font-size: 14px; color: var(--muted); margin-bottom: 25px; }
.concept-5 .c5-dialog-shot { position: relative; aspect-ratio: 2592 / 1515; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #f3f5f8; }
.concept-5 .c5-dialog-shot.is-loading::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, #f3f5f8 30%, #e9edf2 50%, #f3f5f8 70%); background-size: 200% 100%; animation: c5-shimmer 1.2s linear infinite; }
.concept-5 #c5-dialog-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .2s; }
.concept-5 .c5-dialog-shot.is-loading #c5-dialog-image { opacity: 0; }
.concept-5 #c5-image-error { position: absolute; inset: 0; display: grid; place-items: center; font-size: 13px; color: var(--muted); padding: 20px; text-align: center; }
@keyframes c5-shimmer { from { background-position: 200% 0; } to { background-position: -200% 0; } }
.concept-5 .c5-dialog .c5-button { margin-top: 25px; }
html:has(#c5-dialog[open]) { overflow: hidden; }

@media (max-width: 1320px) {
    .concept-5 .c5-story-layout { gap: 36px; }
    .concept-5 .c5-workspace-name { display: none; }
    .concept-5 .c5-modules span { padding-inline: 7px; }
}
@media (max-width: 960px) {
    .concept-5 .c5-story-layout { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .concept-5 .c5-stage-column { order: -1; top: var(--nav); z-index: 4; background: #f5f6f8; padding: 14px 0 10px; margin-inline: -32px; padding-inline: 32px; border-bottom: 1px solid var(--line); }
    .concept-5 .c5-window { max-width: 760px; margin-inline: auto; box-shadow: 0 10px 30px #1c3b5110; }
    .concept-5 .c5-window-body { min-height: 0; height: clamp(230px, 40vh, 420px); grid-template-columns: 1.4fr 1fr; grid-template-rows: minmax(0, 1fr); }
    .concept-5 .c5-record, .concept-5 .c5-tasks { min-height: 0; overflow: hidden; }
    .concept-5 .c5-record.is-overflowing, .concept-5 .c5-tasks.is-overflowing { -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 36px); mask-image: linear-gradient(to bottom, transparent 0, #000 36px); }
    .concept-5 .c5-empty { margin-block: auto; }
    .concept-5 .c5-stage.past-3 .c5-submission { display: none; }
    .concept-5 .c5-stage.past-3 .c5-contact { margin-top: 0; padding-top: 0; border-top: 0; }
    .concept-5 .c5-timeline small { display: none; }
    .concept-5 .c5-timeline li { padding: 9px 0; }
    .concept-5 .c5-stage-column { padding-top: 10px; }
    .concept-5 .c5-record { padding: 14px 16px; }
    .concept-5 .c5-tasks { padding: 14px; }
    .concept-5 .c5-empty { padding: 22px 0; }
    .concept-5 .c5-story-layout:has(.has-motion) .c5-beat:not(.is-active) { opacity: 1; }
    .concept-5 .c5-example-note { margin-top: 8px; }
    .concept-5 .c5-beats { max-width: 760px; margin-inline: auto; width: 100%; padding-block: 6vh 6vh; }
    .concept-5 .c5-beat { min-height: 66vh; padding-block: 36px; }
    .concept-5 .c5-beats { padding-block: 4vh 12vh; }
    .concept-5 .c5-beat h2 { max-width: 520px; }
    .concept-5 .c5-beat > p { max-width: 520px; }
    .concept-5 .c5-build-layout { grid-template-columns: 1fr; gap: 35px; max-width: 700px; }
    .concept-5 .c5-build-copy > p:last-of-type { max-width: 500px; }
    .concept-5 .c5-after-hours p span { display: block; margin-left: 0; margin-top: 5px; }
    .concept-5 .c5-explore-heading { display: block; }
    .concept-5 .c5-explore-heading > p { margin-top: 15px; }
    .concept-5 .c5-matches-grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
    .concept-5 .c5-subscriptions { grid-template-columns: 1fr; gap: 20px; max-width: 500px; margin-inline: auto; }
    .concept-5 .c5-stack-arrow { transform: rotate(90deg); }
    .concept-5 .c5-savings-foot { max-width: 500px; margin-inline: auto; }
}
@media (max-width: 600px) {
    .concept-5 .c5-wrap { padding-inline: 23px; }
    .concept-5 .c5-hero { padding-top: 40px; padding-bottom: 30px; }
    .concept-5 h1 { font-size: clamp(29px, 7.8vw, 45px); }
    .concept-5 .c5-intro { font-size: 15px; margin-top: 20px; }
    .concept-5 .c5-desktop-break { display: none; }
    .concept-5 .c5-actions { gap: 20px; }
    .concept-5 .c5-button { font-size: 12px; padding-inline: 16px; gap: 14px; }
    .concept-5 .c5-text-link { font-size: 12px; gap: 8px; }
    .concept-5 .c5-hero-agents { gap: 10px; flex-wrap: wrap; font-size: 10px; margin-top: 25px; }
    .concept-5 .c5-hero-agents span:last-child { flex-basis: 100%; }
    .concept-5 .c5-stage-column { margin-inline: -23px; padding: 10px 23px 8px; }
    .concept-5 .c5-window-top { padding: 9px 12px; font-size: 11px; }
    .concept-5 .c5-workspace-name, .concept-5 .c5-modules { display: none; }
    .concept-5 .c5-people { margin-left: auto; }
    .concept-5 .c5-window-body { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1.5fr) minmax(0, 1fr); height: clamp(300px, 46vh, 420px); }
    .concept-5 .c5-record { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px; }
    .concept-5 .c5-tasks { padding: 10px 12px; }
    .concept-5 .c5-column-title { margin-bottom: 4px; }
    .concept-5 .c5-empty { padding: 14px 0; gap: 3px; }
    .concept-5 .c5-empty strong { font-size: 15px; }
    .concept-5 .c5-empty-tasks { padding: 6px 0; }
    .concept-5 .c5-submission { padding: 10px 12px; }
    .concept-5 .c5-submission dl, .concept-5 .c5-stage.past-2 .c5-submission dl { grid-template-columns: 1fr 1fr; gap: 6px 12px; margin-top: 8px; }
    .concept-5 .c5-submission dd { font-size: 12px; }
    .concept-5 .c5-stage.past-2 .c5-submission dl div:nth-child(n+3) { display: none; }
    .concept-5 .c5-contact { margin-top: 10px; padding-top: 10px; }
    .concept-5 .c5-contact > img { width: 30px; height: 30px; }
    .concept-5 .c5-contact h3 { font-size: 14px; }
    .concept-5 .c5-timeline li { padding: 7px 0; font-size: 11px; }
    .concept-5 .c5-timeline small { display: none; }
    .concept-5 .c5-signature { display: none; }
    .concept-5 .c5-task { padding: 7px 0; font-size: 11px; }
    .concept-5 .c5-task small { font-size: 9px; }
    .concept-5 .c5-window-foot { padding: 8px 12px; font-size: 10px; }
    .concept-5 .c5-beat { min-height: 58vh; padding-block: 24px; }
    .concept-5 .c5-beat h2 { font-size: 26px; }
    .concept-5 .c5-beat > p { font-size: 14px; margin-top: 12px; }
    .concept-5 .c5-beat-actions { gap: 16px; }
    .concept-5 .c5-build { padding-top: 50px; }
    .concept-5 .c5-build-copy h2 { font-size: 34px; }
    .concept-5 .c5-build-copy > p:last-of-type { font-size: 15px; }
    .concept-5 .c5-stock-app { padding: 15px; }
    .concept-5 .c5-stock-title { gap: 7px; }
    .concept-5 .c5-stock-title h3 { font-size: 15px; }
    .concept-5 .c5-stock-title > span { font-size: 8px; }
    .concept-5 .c5-stock-row { grid-template-columns: 1.2fr .8fr .5fr; gap: 13px; }
    .concept-5 #c5-app-request { padding: 25px; }
    .concept-5 #c5-app-request > p { font-size: 25px; }
    .concept-5 .c5-after-hours { flex-wrap: wrap; gap: 12px; margin-top: 35px; padding-block: 25px; }
    .concept-5 .c5-after-hours p { flex: 1; font-size: 13px; }
    .concept-5 .c5-after-hours p span { font-size: 11px; }
    .concept-5 .c5-after-hours button { margin-left: 37px; }
    .concept-5 .c5-savings { padding-block: 48px 30px; }
    .concept-5 .c5-savings-heading { text-align: left; }
    .concept-5 .c5-savings-heading h2 { font-size: 33px; }
    .concept-5 .c5-savings-heading > p:last-child { font-size: 14px; margin-top: 16px; }
    .concept-5 .c5-example-controls { gap: 12px; flex-wrap: wrap; }
    .concept-5 .c5-example-options { width: 100%; justify-content: space-between; }
    .concept-5 .c5-team-size { width: 100%; justify-content: space-between; }
    .concept-5 .c5-team-size input { flex: 1; width: auto; }
    .concept-5 .c5-example-options button { padding: 10px 9px; font-size: 10px; }
    .concept-5 .c5-subscriptions { margin-top: 27px; }
    .concept-5 .c5-brand { padding: 10px; }
    .concept-5 .c5-brand-grid { min-height: 430px; gap: 8px; }
    .concept-5 .c5-brand-mark { gap: 6px; }
    .concept-5 .c5-brand-mark img { width: 20px; height: 20px; }
    .concept-5 .c5-brand-mark strong { font-size: 12px; }
    .concept-5 .c5-brand[data-saving-app="Typeform"] .c5-brand-mark img { width: 88px; height: 22px; }
    .concept-5 .c5-new-stack { padding: 28px 20px; }
    .concept-5 .c5-saving-result strong { font-size: 48px; }
    .concept-5 .c5-savings-foot { display: block; }
    .concept-5 .c5-savings-foot a { margin-top: 15px; }
    .concept-5 .c5-explore { padding-block: 50px; }
    .concept-5 .c5-personalise-input { flex-direction: column; }
    .concept-5 .c5-personalise-input input { font-size: 16px; }
    .concept-5 .c5-matches-heading { align-items: start; }
    .concept-5 .c5-matches-heading h3 { font-size: 16px; }
    .concept-5 .c5-chapter-grid { grid-template-columns: 1fr; }
    .concept-5 .c5-library-search { width: 100%; }
    .concept-5 .c5-library-search input { width: 100%; flex: 1; }
    .concept-5 .c5-questions { padding-bottom: 40px; }
    .concept-5 .c5-close { padding-block: 56px 50px; }
    .concept-5 .c5-close h2 { font-size: 32px; }
    .concept-5 .c5-close p { font-size: 15px; }
    .concept-5 .c5-close-actions { flex-direction: column; gap: 16px; }
    .concept-5 .c5-close-actions .c5-button-large { width: 100%; justify-content: space-between; }
    .concept-5 .c5-close-agents { flex-wrap: wrap; gap: 10px; font-size: 10px; }
    .concept-5 .c5-close-agents span:last-child { flex-basis: 100%; }
    .concept-5 .c5-questions summary { font-size: 13px; }
    .concept-5 .c5-dialog-head, .concept-5 .c5-dialog-body { padding: 17px; }
    .concept-5 .c5-dialog-head h2 { font-size: 18px; }
    .concept-5 .c5-version { font-size: 10px; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    html:has(.concept-5) { scroll-behavior: auto; }
    .concept-5 *, .concept-5 *::before, .concept-5 *::after { transition: none !important; animation: none !important; }
    .concept-5 .c5-story-layout:has(.has-motion) .c5-beat:not(.is-active) { opacity: 1; }
}

/* Story cast, the agent command bar and arrival motion inside the workspace. */
.concept-5 .c5-cast { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding-block: 40px; }
.concept-5 .c5-cast h2 { font-size: clamp(30px, 2.9vw, 40px); max-width: 400px; }
.concept-5 .c5-cast > p { margin-top: 14px; color: var(--muted); font-size: 16px; }
.concept-5 .c5-cast ul { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 12px; }
.concept-5 .c5-cast li { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; }
.concept-5 .c5-cast li > img, .concept-5 .c5-cast-team img { width: 34px; height: 34px; border-radius: 50%; }
.concept-5 .c5-cast-team { display: flex; }
.concept-5 .c5-cast-team img + img { margin-left: -10px; border: 2px solid #f5f6f8; }
.concept-5 .c5-cast-agent { display: flex; align-items: center; justify-content: center; gap: 5px; height: 34px; padding-inline: 8px; border-radius: 17px; background: white; border: 1px solid var(--line); flex-shrink: 0; }
.concept-5 .c5-cast-agent img { width: 15px; height: 15px; }
.concept-5 .c5-cast li small { display: block; color: var(--muted); font-weight: 400; font-size: 12px; }
.concept-5 .c5-command { position: relative; display: flex; align-items: center; gap: 10px; margin: 12px 18px 0; padding: 9px 12px; border: 1px solid #dfe3ea; border-radius: 10px; background: #fafbfc; font-size: 12px; min-height: 40px; }
.concept-5 .c5-command > img { width: 18px; height: 18px; flex-shrink: 0; }
.concept-5 .c5-command-idle { color: #9aa1ad; }
.concept-5 .c5-command-text { color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; min-width: 0; }
.concept-5 .c5-command-done { margin-left: auto; font-style: normal; font-size: 10px; color: var(--green); background: var(--green-soft); padding: 3px 8px; border-radius: 5px; white-space: nowrap; opacity: 0; transition: opacity .3s .2s; }
.concept-5 .c5-command-scheduled { color: #4a5568; background: #eef2f5; }
.concept-5 .c5-stage:not(.past-2) [data-command-from], .concept-5 .c5-stage.past-4 [data-command-from="2"], .concept-5 .c5-stage:not(.past-4) [data-command-from="4"] { display: none; }
.concept-5 .c5-stage.past-2 .c5-command-idle { display: none; }
.concept-5 .c5-stage.past-2:not(.is-typing) .c5-command-done, .concept-5 .c5-stage.past-4:not(.is-typing) .c5-command-scheduled { opacity: 1; }
.concept-5 .c5-stage.is-typing[data-beat="2"] [data-from="2"], .concept-5 .c5-stage.is-typing[data-beat="4"] [data-from="4"] { opacity: 0; transform: translateY(10px); visibility: hidden; position: absolute; }
.concept-5 .c5-clock { font-variant-numeric: tabular-nums; color: var(--ink); }
.concept-5 .c5-clock::after { content: '·'; margin-left: 8px; color: #b8bfc9; }
.concept-5 .c5-stage.has-motion .c5-command-text { max-width: var(--typed, 100%); }
.concept-5 .c5-stage.is-typing .c5-command-text { text-overflow: clip; flex: 0 1 auto; }
.concept-5 .c5-caret { display: none; flex: none; width: 2px; height: 16px; background: var(--ink); margin-left: -8px; animation: c5-blink 1s steps(2) infinite; }
.concept-5 .c5-stage.past-2.is-typing .c5-caret { display: block; }
@keyframes c5-blink { to { opacity: 0; } }
.concept-5 .c5-stage.has-motion [data-from] { transition-delay: calc(var(--i, 0) * .16s + .1s); }
.concept-5 .c5-stage.has-motion.is-typing [data-from] { transition-delay: 0s; }
.concept-5 .c5-stage.past-1.has-motion .c5-submission { animation: c5-arrive .6s ease-out both; }
@keyframes c5-arrive { from { box-shadow: 0 0 0 0 #7ca98e66; transform: translateY(-6px); } 60% { box-shadow: 0 0 0 8px #7ca98e00; } to { box-shadow: 0 0 0 0 #7ca98e00; transform: none; } }
.concept-5 .c5-stage.has-motion .c5-box::after { animation: c5-pop .35s ease-out both; }
@keyframes c5-pop { from { transform: scale(.4); } 70% { transform: scale(1.25); } to { transform: scale(1); } }
.concept-5 .c5-steps { display: inline-flex; gap: 5px; margin-left: auto; }
.concept-5 .c5-steps i { width: 14px; height: 4px; border-radius: 2px; background: #dfe3ea; transition: background .3s; }
.concept-5 .c5-steps i.is-done { background: var(--green); }
@media (min-width: 961px) { .concept-5 .c5-window-body { min-height: 440px; } }
@media (max-width: 960px) {
    .concept-5 .c5-cast { min-height: 0; padding-block: 24px 10px; }
    .concept-5 .c5-cast ul { grid-template-columns: repeat(3, auto); justify-content: start; gap: 18px; }
    .concept-5 .c5-command { margin: 10px 14px 0; }
}
@media (max-width: 600px) {
    .concept-5 .c5-cast ul { grid-template-columns: 1fr; gap: 10px; }
    .concept-5 .c5-cast h2 { font-size: 26px; }
    .concept-5 .c5-command { margin: 8px 12px 0; padding: 7px 10px; font-size: 11px; min-height: 34px; }
    .concept-5 .c5-command-done { display: none; }
    .concept-5 .c5-steps { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .concept-5 .c5-command-done { opacity: 1; }
}
