/* Screens are captures of the supplied design; theme tokens never recolour them. */
.interactive-tour { width: min(100%, 420px); min-width: 0; justify-self: center; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.gallery-toolbar .device-switch { width: 205px; margin: 0; }
.gallery-toolbar .text-link { font-size: 12px; white-space: nowrap; }
.gallery-demo-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0 0 14px; }
/* The demo chrome lives above the frame: nothing the host adds may cover the prototype. */
.demo-live-badge { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 9px; padding: 5px 11px 5px 9px;
  border: 1px solid var(--rule); border-radius: 999px; background: var(--surface);
  font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.demo-live-badge .live-dot { animation: demoPulse 2.4s ease-in-out infinite; }
@keyframes demoPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) { .demo-live-badge .live-dot { animation: none; } }
.demo-flows-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 16px; }
.demo-flows-toggle { flex: 0 0 auto; min-height: 44px; padding: 10px 17px; border: 1px solid var(--rule); border-radius: 8px;
  background: var(--surface); color: var(--ink); font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; }
.demo-flows-toggle:hover { border-color: var(--ink); }
.demo-flows-toggle[aria-expanded="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.demo-flows-hint { flex: 1 1 12rem; min-width: 0; font-size: 11px; line-height: 1.5; color: var(--muted); }
.gallery-viewport { overflow: auto; overscroll-behavior-x: contain; width: min(100%, 390px); margin-inline: auto; border: 1px solid var(--rule); border-radius: 22px; background: #15110f; }
.gallery-viewport:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
#gallery-demo { display: block; width: 100%; height: 740px; border: 0; background: #15110f; }
.wide-demo-hint { display: none; font-size: 12px; color: var(--muted); line-height: 1.6; }
.workflow[data-device="desktop"] .workflow-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
.workflow[data-device="desktop"] .steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; max-width: none; padding-top: 0; }
.workflow[data-device="desktop"] .steps article + article { border: 0; padding: 0; margin: 0; }
.workflow[data-device="desktop"] .interactive-tour { width: 100%; }
.workflow[data-device="desktop"] .gallery-toolbar { justify-content: flex-start; gap: 24px; }
.workflow[data-device="desktop"] .gallery-viewport { width: 100%; border-radius: 12px; }
.workflow[data-device="desktop"] #gallery-demo { min-width: 1100px; height: 780px; }
@media(max-width:1199px) { .workflow[data-device="desktop"] .wide-demo-hint { display: block; } }
@media(max-width:700px) {
  .workflow[data-device="desktop"] .steps { grid-template-columns: 1fr; gap: 24px; }
  .gallery-toolbar { gap: 12px; }
  #gallery-demo { height: min(740px, 85svh); min-height: 520px; }
}
.hero-actions button.text-link { background: none; border: 0; cursor: pointer; font: inherit; color: var(--ink); min-height: 48px; padding: 8px 0; }
.demo-plan { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; margin: 28px 0 34px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); scroll-margin-top: 30px; }
.demo-plan .eyebrow { margin-bottom: 7px; font-size: 9px; }
.demo-plan h3 { font-size: 20px; line-height: 1.25; letter-spacing: -.025em; margin: 0 0 5px; }
.demo-intro { color: var(--muted); line-height: 1.55; font-size: 12px; margin: 0; }
.demo-plan .button { flex: 0 0 auto; min-height: 46px; padding: 11px 15px; gap: 18px; font-size: 13px; }
@media(max-width:700px) { .demo-plan { align-items: stretch; flex-direction: column; gap: 16px; padding-inline: 0; } .demo-plan .button { width: 100%; } }
[hidden] { display: none !important; }
.workflow-heading { max-width: 710px; }
.workflow-heading .eyebrow { margin-bottom: 13px; }
.workflow-heading > p:last-child { color: var(--muted); font-size: 16px; margin: 18px 0 0; }
.workflow-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; margin-top: 40px; }
.workflow-layout .steps { display: block; margin: 0; max-width: 430px; padding-top: 66px; }
.workflow-layout .steps article + article { border-left: 0; border-top: 1px solid var(--rule); padding: 24px 0 0; margin-top: 24px; }
.workflow-layout .steps h3 { font-size: 26px; margin: 10px 0; }
.workflow-layout .steps p { max-width: 390px; font-size: 15px; line-height: 1.65; }
.screen-tour { width: min(100%, 360px); justify-self: center; }
.screen-switch { display: flex; gap: 5px; margin-bottom: 18px; }
.screen-switch label { flex: 1; position: relative; cursor: pointer; }
.screen-switch input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.screen-switch label > span { display: flex; justify-content: center; align-items: center; min-height: 48px; padding: 9px; border-radius: 6px; color: var(--muted); border: 1px solid var(--rule); font-size: 13px; }
.screen-switch input:checked + span { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.screen-switch input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 3px; }
.screen-stage { aspect-ratio: 336 / 696; width: 100%; max-width: 336px; margin-inline: auto; }
.gallery-capture { margin: 0; width: 100%; height: 100%; }
.gallery-capture img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 10px; }
.client-copy > p:first-of-type { padding-right: 0; }
@media(max-width:700px) {
  .workflow-layout { grid-template-columns: 1fr; gap: 32px; margin-top: 28px; }
  .workflow-layout .steps { max-width: none; padding-top: 0; }
  .workflow-layout .steps p { max-width: none; }
  .workflow-layout .steps h3 { font-size: 23px; }
}
.plan .plan-limits { padding: 8px 0 14px; }
.plan-limits li { display: flex; flex-direction: column; padding: 10px 0; line-height: 1.5; }
.plan-limits li strong { font-size: 14px; font-weight: 600; }
.plan-limits li > span { font-size: 11px; color: var(--muted); }
.plan-extras { border-top: 1px solid var(--rule); padding: 15px 0 22px; min-height: 113px; }
.plan-extras p { font-size: 12px; margin: 0 0 9px; line-height: 1.65; }
.plan-extras p:first-child { color: var(--muted); font-size: 11px; }
.unavailable-feature { color: var(--muted); }
.included-features { border-top: 1px solid var(--rule); margin-top: 36px; padding-top: 34px; }
.included-heading .eyebrow { margin-bottom: 12px; }
.included-heading h3 { font-size: 29px; font-weight: 550; line-height: 1.2; margin: 0; letter-spacing: -.04em; }
.feature-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin: 30px 0 24px; }
.feature-groups h4 { font-family: inherit; font-size: 14px; margin: 0 0 17px; font-weight: 600; }
.feature-groups ul { list-style: none; padding: 0; margin: 0; }
.feature-groups li { position: relative; padding-left: 19px; margin: 0 0 18px; }
.feature-groups li::before { content: '✓'; position: absolute; left: 0; top: 1px; font-size: 11px; color: var(--accent); }
.feature-groups strong { display: block; font-size: 12px; font-weight: 600; }
.feature-groups li span { display: block; font-size: 12px; color: var(--muted); line-height: 1.6; margin-top: 3px; }

@media(max-width:600px) {
  .feature-groups { grid-template-columns: 1fr; gap: 8px; }
  .feature-groups section + section { border-top: 1px solid var(--rule); padding-top: 22px; }
  .feature-groups h4 { font-size: 16px; }
  .feature-groups strong { font-size: 14px; }
  .feature-groups li span { font-size: 13px; }
  .plan-extras { min-height: 0; }
}
