:root {
    --font-heading: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ink: #102a35;
    --ink-soft: #3e5964;
    --navy: #0d3442;
    --teal: #0a8f8b;
    --teal-dark: #08716e;
    --mint: #dff4ed;
    --lime: #d9f071;
    --sand: #f7f4eb;
    --paper: #fffdf8;
    --line: #dbe5e2;
    --white: #fff;
    --shadow: 0 24px 70px rgba(13, 52, 66, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); font-weight: 400; line-height: 1.65; font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, input, select, textarea { font-family: var(--font-body); }
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-tight { padding: 72px 0; }
.surface { background: var(--sand); }
.surface-dark { color: var(--white); background: var(--navy); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--teal-dark); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 3px; border-radius: 20px; background: var(--teal); content: ""; }
.surface-dark .eyebrow { color: #8fe0cf; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 18px; color: var(--ink); font-family: var(--font-heading); font-optical-sizing: auto; }
h1 { font-size: clamp(3rem, 7vw, 6.25rem); font-weight: 800; line-height: 1; letter-spacing: -.042em; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.55rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 700; line-height: 1.18; letter-spacing: -.025em; }
h4 { font-weight: 700; line-height: 1.22; letter-spacing: -.018em; }
h5, h6 { font-weight: 600; line-height: 1.25; letter-spacing: -.012em; }
.surface-dark h1, .surface-dark h2, .surface-dark h3 { color: var(--white); }
p { margin: 0 0 18px; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.45vw, 1.24rem); line-height: 1.65; }
.surface-dark .lead { color: #cde0df; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(219, 229, 226, .85); background: rgba(255, 253, 248, .94); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 118px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 13px; border-radius: 10px; color: #294853; font-size: .92rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal-dark); background: #edf7f4; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: transparent; font-size: 1.3rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: var(--teal); box-shadow: 0 9px 25px rgba(10, 143, 139, .19); font-weight: 600; letter-spacing: -.01em; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-secondary { color: var(--navy); border-color: #adc4c2; background: transparent; box-shadow: none; }
.button-secondary:hover { color: var(--white); border-color: var(--navy); background: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { color: var(--navy); background: var(--lime); }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.belief-rotator { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.belief-rotator::after { position: absolute; top: 0; right: 0; width: min(24vw, 340px); height: 100%; background: linear-gradient(90deg, transparent, rgba(10,143,139,.14)); content: ""; pointer-events: none; }
.belief-rotator-inner { position: relative; z-index: 1; display: grid; min-height: 112px; grid-template-columns: 170px minmax(0, 1fr) 58px; align-items: center; gap: 32px; padding-block: 22px; }
.belief-rotator-label { display: flex; align-items: center; gap: 10px; color: #9fc5c0; font-size: .71rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.belief-rotator-label i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(217,240,113,.1); }
.belief-rotator-copy { min-height: 3em; margin: 0; color: #fff; font-family: var(--font-heading); font-size: clamp(1.05rem, 1.7vw, 1.34rem); font-weight: 600; line-height: 1.5; letter-spacing: -.018em; }
.belief-rotator-cursor { display: inline-block; width: 2px; height: 1.08em; margin-left: 4px; vertical-align: -.12em; border-radius: 2px; background: var(--lime); animation: belief-cursor-blink .8s steps(1, end) infinite; }
.belief-rotator-count { display: flex; align-items: baseline; justify-content: end; gap: 4px; color: #6f9596; font-family: var(--font-heading); font-size: .72rem; font-weight: 700; }
.belief-rotator-count b { color: var(--lime); font-size: 1.08rem; }
@keyframes belief-cursor-blink { 50% { opacity: 0; } }

.hero { position: relative; overflow: hidden; padding: 82px 0 96px; background: radial-gradient(circle at 78% 10%, rgba(217,240,113,.42), transparent 28%), linear-gradient(145deg, #f4fbf7 0%, #fffdf8 62%); }
.hero::after { position: absolute; right: -120px; bottom: -160px; width: 440px; height: 440px; border: 1px solid rgba(10,143,139,.13); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 56px; }
.hero h1 { font-size: clamp(3.35rem, 4.8vw, 4.8rem); line-height: .99; letter-spacing: -.045em; }
.hero h1 span { color: var(--teal-dark); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: var(--ink-soft); font-size: .86rem; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); content: ""; }

.product-scene { position: relative; min-height: 500px; }
.product-card { position: absolute; inset: 28px 0 0; overflow: hidden; border: 1px solid #d7e5e0; border-radius: 28px; background: #fff; box-shadow: var(--shadow); transform: rotate(1.6deg); }
.product-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; color: #fff; background: var(--navy); }
.product-dots { display: flex; gap: 6px; }
.product-dots i { width: 8px; height: 8px; border-radius: 50%; background: #90bbb7; }
.product-body { padding: 20px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric { padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #f9fbfa; }
.metric b { display: block; color: var(--navy); font-family: var(--font-heading); font-size: 1.45rem; font-weight: 700; letter-spacing: -.025em; }
.metric small { color: #60757b; }
.today-title { display: flex; align-items: center; justify-content: space-between; margin: 23px 0 12px; font-size: .9rem; font-weight: 700; }
.task-line { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; padding: 13px 5px; border-bottom: 1px solid #e7eeeb; font-size: .8rem; }
.task-line i { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.task-line em { padding: 3px 8px; border-radius: 99px; color: #6b5810; background: #f3e9b2; font-size: .67rem; font-style: normal; font-weight: 700; }
.floating-note { position: absolute; z-index: 2; right: -28px; bottom: 30px; width: 230px; padding: 18px; border-radius: 18px; color: #fff; background: var(--teal-dark); box-shadow: 0 20px 45px rgba(13,52,66,.2); transform: rotate(-3deg); }
.floating-note b { display: block; margin-bottom: 5px; font-family: var(--font-heading); font-size: 1.02rem; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; }
.floating-note small { color: #d8f2ed; }

.proof-strip { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { padding: 28px 24px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item b { display: block; color: var(--navy); font-family: var(--font-heading); font-size: 1.08rem; font-weight: 700; line-height: 1.3; letter-spacing: -.02em; }
.proof-item span { color: #60747a; font-size: .84rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 48px; }
.section-head > * { max-width: 720px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 32px rgba(13,52,66,.045); }
.card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; border-radius: 12px; color: var(--navy); background: var(--lime); font-family: var(--font-heading); font-weight: 700; }
.card p { color: var(--ink-soft); }
.card-link { display: inline-flex; gap: 8px; color: var(--teal-dark); font-weight: 600; text-decoration: none; }
.card-link:hover { text-decoration: underline; }

.problem-card { position: relative; overflow: hidden; padding: 36px; border-radius: var(--radius); background: #fff; }
.problem-card::before { position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--teal); content: ""; }
.problem-card p { color: var(--ink-soft); }
.problem-card ul, .check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.problem-card li, .check-list li { position: relative; margin: 10px 0; padding-left: 27px; }
.problem-card li::before, .check-list li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; font-weight: 700; }

.process { counter-reset: step; }
.process-step { display: grid; grid-template-columns: 62px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(219,229,226,.28); }
.process-step::before { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid #507079; border-radius: 50%; color: var(--lime); content: counter(step, decimal-leading-zero); counter-increment: step; font-family: var(--font-heading); font-weight: 700; }
.process-step p { color: #c6d9d8; }

.quote-block { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; overflow: hidden; border-radius: 34px; background: var(--navy); }
.quote-aside { padding: 54px; background: linear-gradient(155deg, var(--teal), #0a6a72); }
.quote-aside strong { display: block; color: #fff; font-family: var(--font-heading); font-size: 4rem; font-weight: 700; line-height: .8; }
.quote-body { padding: 54px; color: #e0ecea; }
.quote-body blockquote { margin: 0 0 20px; color: #fff; font-family: var(--font-heading); font-size: clamp(1.45rem, 2.35vw, 2.1rem); font-weight: 600; line-height: 1.32; letter-spacing: -.025em; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 56px; border-radius: 34px; background: linear-gradient(130deg, var(--navy), #135b62); box-shadow: var(--shadow); }
.cta-panel h2, .cta-panel p { color: #fff; }
.cta-panel p { max-width: 720px; color: #cde0df; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.page-hero { padding: 94px 0 76px; background: radial-gradient(circle at 88% 0, rgba(217,240,113,.35), transparent 34%), var(--sand); }
.page-hero h1 { max-width: 960px; font-size: clamp(3rem, 5.2vw, 4.65rem); line-height: 1.02; }
.breadcrumb { margin-bottom: 20px; color: var(--teal-dark); font-size: .85rem; font-weight: 600; }
.breadcrumb a { text-decoration: none; }
.feature-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding: 54px 0; border-bottom: 1px solid var(--line); }
.feature-row:last-child { border: 0; }
.feature-kicker { color: var(--teal-dark); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-detail { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.feature-detail b { display: block; margin-bottom: 7px; }
.feature-detail span { color: var(--ink-soft); font-size: .92rem; }

.article-list { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.article-card { display: flex; min-height: 320px; flex-direction: column; justify-content: end; padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 90% 0, rgba(217,240,113,.55), transparent 32%), #fff; text-decoration: none; }
.article-card:hover { border-color: #9bc7bf; box-shadow: var(--shadow); }
.article-card small { color: var(--teal-dark); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.article-card p { color: var(--ink-soft); }
.article-card.mini { min-height: 0; justify-content: flex-start; background: #fff; }
.article-shell { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; gap: 74px; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin-top: 62px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.article-body h3 { margin-top: 38px; }
.article-body p, .article-body li { color: #334e58; }
.article-body ul, .article-body ol { padding-left: 24px; }
.article-body li { margin: 10px 0; }
.article-highlight { margin: 38px 0; padding: 30px; border-left: 5px solid var(--teal); border-radius: 0 18px 18px 0; background: var(--mint); font-family: var(--font-heading); font-size: 1.26rem; font-weight: 600; line-height: 1.5; letter-spacing: -.018em; }
.article-sidebar { position: sticky; top: 112px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.article-sidebar b { display: block; margin-bottom: 12px; }
.article-sidebar a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: .86rem; text-decoration: none; }
.article-sidebar a:hover { color: var(--teal-dark); }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-card { padding: 34px; border-radius: 24px; background: var(--navy); color: #d9e7e5; }
.contact-card h3 { color: #fff; }
.contact-line { display: block; margin: 18px 0; color: #fff; font-size: 1.08rem; font-weight: 600; text-decoration: none; }
.contact-line small { display: block; color: #9fb9b7; font-size: .75rem; font-weight: 700; text-transform: uppercase; }

/* Legal, privacy and mobile support */
.legal-hero h1 { max-width: 860px; }
.legal-updated { margin: 24px 0 0; color: #667b82; font-size: .86rem; font-weight: 600; }
.legal-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; gap: 72px; }
.legal-toc { position: sticky; top: 112px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.legal-toc b { display: block; margin-bottom: 12px; font-family: var(--font-heading); font-weight: 700; }
.legal-toc a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: .88rem; text-decoration: none; }
.legal-toc a:hover { color: var(--teal-dark); }
.legal-copy section { scroll-margin-top: 110px; padding-bottom: 42px; }
.legal-copy section + section { padding-top: 42px; border-top: 1px solid var(--line); }
.legal-copy h2 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.legal-copy p, .legal-copy li { color: #334e58; }
.legal-copy ul { padding-left: 22px; }
.legal-copy li { margin: 10px 0; }
.legal-copy a { color: var(--teal-dark); font-weight: 600; }
.legal-data { overflow: hidden; margin: 24px 0 0; border: 1px solid var(--line); border-radius: 18px; }
.legal-data div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 14px 18px; }
.legal-data div + div { border-top: 1px solid var(--line); }
.legal-data dt { color: #61777d; font-size: .82rem; font-weight: 700; }
.legal-data dd { margin: 0; }
.legal-note { padding: 22px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; color: #24454f; background: var(--mint); }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.support-card h2 { font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.support-card .button { margin-top: 12px; }
.deletion-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: start; gap: 72px; }
.deletion-steps { margin: 30px 0; padding: 0; list-style: none; counter-reset: deletion-step; }
.deletion-steps li { position: relative; padding: 0 0 26px 54px; counter-increment: deletion-step; }
.deletion-steps li::before { position: absolute; top: -4px; left: 0; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; color: var(--navy); background: var(--lime); content: counter(deletion-step); font-family: var(--font-heading); font-weight: 700; }
.deletion-steps b, .deletion-steps span { display: block; }
.deletion-steps b { color: var(--ink); font-family: var(--font-heading); }
.deletion-steps span { margin-top: 4px; color: var(--ink-soft); font-size: .92rem; }
.deletion-form-card { position: relative; padding: 36px; border-radius: 24px; color: #d9e7e5; background: var(--navy); box-shadow: var(--shadow); }
.deletion-form-card h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.deletion-form-card .eyebrow { color: #8fe0cf; }
.public-form { display: grid; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { color: #fff; font-size: .84rem; font-weight: 700; }
.form-field label small { color: #9fb9b7; font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #537079; border-radius: 12px; color: var(--ink); background: #fff; font: inherit; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--lime); outline: 3px solid rgba(217,240,113,.18); }
.form-check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #cde0df; font-size: .84rem; line-height: 1.5; }
.form-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--lime); }
.form-error { color: #ffb9af; font-size: .8rem; font-weight: 600; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-success { display: grid; gap: 10px; padding: 24px; border: 1px solid rgba(217,240,113,.35); border-radius: 18px; background: rgba(217,240,113,.09); }
.form-success b { color: var(--lime); font-family: var(--font-heading); font-size: 1.35rem; }

/* Interactive product tour */
[hidden] { display: none !important; }
.demo-section { overflow: hidden; background: radial-gradient(circle at 5% 15%, rgba(217,240,113,.2), transparent 24%), var(--paper); }
.demo-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 64px; margin-bottom: 48px; }
.demo-intro h2 { max-width: 760px; }
.demo-intro .lead { margin-bottom: 8px; }
.demo-shell { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 690px; overflow: hidden; border: 1px solid #cfdedb; border-radius: 30px; background: #eef3f1; box-shadow: 0 34px 90px rgba(13,52,66,.16); }
.demo-journey { display: flex; flex-direction: column; padding: 22px 14px 16px; color: #dceae8; background: #0b303c; }
.demo-journey-head { display: flex; align-items: center; gap: 9px; padding: 0 10px 20px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .76rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.demo-live-dot { width: 9px; height: 9px; border: 2px solid #8ce0cc; border-radius: 50%; box-shadow: 0 0 0 4px rgba(140,224,204,.12); }
.demo-step { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 0 8px; width: 100%; padding: 13px 10px; border: 0; border-radius: 13px; color: #a9c1bf; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.demo-step::after { position: absolute; bottom: -5px; left: 26px; width: 1px; height: 11px; background: #34545c; content: ""; }
.demo-step:last-of-type::after { display: none; }
.demo-step:hover { color: #fff; background: rgba(255,255,255,.06); }
.demo-step > span { grid-row: 1 / span 2; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #49666d; border-radius: 50%; color: #9eb8b6; font-size: .69rem; font-weight: 700; }
.demo-step b { align-self: end; color: inherit; font-size: .82rem; line-height: 1.25; }
.demo-step small { font-size: .67rem; line-height: 1.25; opacity: .72; }
.demo-step.is-active { color: #fff; background: rgba(255,255,255,.08); }
.demo-step.is-active > span { color: var(--navy); border-color: var(--lime); background: var(--lime); box-shadow: 0 0 0 4px rgba(217,240,113,.1); }
.demo-step.is-complete > span { color: #fff; border-color: var(--teal); background: var(--teal); font-size: 0; }
.demo-step.is-complete > span::after { content: "✓"; font-size: .8rem; }
.demo-help { margin-top: auto; padding: 17px; border: 1px solid rgba(217,240,113,.2); border-radius: 16px; background: rgba(217,240,113,.07); }
.demo-help b { color: var(--lime); font-family: var(--font-heading); font-size: .9rem; font-weight: 700; letter-spacing: -.015em; }
.demo-help p { margin: 5px 0 0; color: #a9c1bf; font-size: .69rem; line-height: 1.45; }
.demo-workspace { position: relative; min-width: 0; background: #f7f9f8; }
.demo-browserbar { display: grid; grid-template-columns: 80px minmax(160px, 330px) 1fr; align-items: center; min-height: 40px; padding: 0 18px; color: #6d8085; border-bottom: 1px solid #d5e0dd; background: #e9eeec; font-size: .67rem; }
.demo-browserbar > span { overflow: hidden; padding: 5px 13px; border: 1px solid #d3ddda; border-radius: 7px; background: #f8faf9; text-overflow: ellipsis; white-space: nowrap; }
.demo-browserbar > b { justify-self: end; color: #436068; }
.demo-browser-dots { display: flex; gap: 6px; }
.demo-browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c0cdca; }
.demo-browser-dots i:first-child { background: #ee9e91; }
.demo-browser-dots i:nth-child(2) { background: #e7c761; }
.demo-browser-dots i:last-child { background: #80c49d; }
.demo-appbar { display: grid; grid-template-columns: 92px 1fr 38px; align-items: center; min-height: 58px; padding: 0 24px; border-bottom: 1px solid #e1e8e6; background: #fff; }
.demo-app-brand { display: inline-flex; }
.demo-app-brand img { width: 70px; display: block; }
.demo-appbar > span { color: #6d8085; font-size: .72rem; }
.demo-avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .65rem; font-weight: 700; }
.demo-stage { min-height: 590px; padding: 32px 38px 28px; animation: demo-in .35s ease both; }
@keyframes demo-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.demo-screen-head { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.demo-screen-head.compact { margin-bottom: 22px; }
.demo-screen-head small { display: block; margin-bottom: 5px; color: var(--teal-dark); font-size: .64rem; font-weight: 700; letter-spacing: .11em; }
.demo-screen-head h3 { margin-bottom: 7px; font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.demo-screen-head p { margin: 0; color: #61777d; font-size: .83rem; }
.demo-time, .demo-badge { flex: 0 0 auto; padding: 6px 11px; border: 1px solid #d7e4e0; border-radius: 999px; color: #577077; background: #fff; font-size: .68rem; font-weight: 700; }
.demo-badge.success { color: #1d6d50; border-color: #bce3d2; background: #e9f7f0; }
.demo-form { width: min(680px, 100%); padding: 28px; border: 1px solid #dce6e3; border-radius: 20px; background: #fff; box-shadow: 0 10px 32px rgba(13,52,66,.055); display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.demo-field { display: grid; gap: 6px; }
.demo-field-wide { grid-column: 1 / -1; }
.demo-field > span, .demo-module-name label, .demo-time-entry label { color: #405b63; font-size: .7rem; font-weight: 700; }
.demo-field input, .demo-field select, .demo-field textarea, .demo-module-name input, .demo-time-entry input { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid #cad8d5; border-radius: 9px; color: var(--ink); outline: none; background: #fff; font: inherit; font-size: .8rem; }
.demo-field textarea { resize: vertical; }
.demo-field input:focus, .demo-field select:focus, .demo-field textarea:focus, .demo-module-name input:focus, .demo-time-entry input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(10,143,139,.1); }
.demo-form-actions { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 5px; padding-top: 19px; border-top: 1px solid #e6ecea; }
.demo-form-actions > span { color: #71868b; font-size: .68rem; }
.demo-primary, .demo-reset { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 9px; padding: 9px 15px; border: 0; border-radius: 9px; color: #fff; background: var(--teal); font: inherit; font-size: .73rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .18s, background .18s; }
.demo-primary:hover { background: var(--teal-dark); transform: translateY(-1px); }
.demo-template-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.demo-template { position: relative; display: flex; min-height: 146px; flex-direction: column; align-items: flex-start; padding: 18px; border: 1px solid #d7e2df; border-radius: 15px; color: var(--ink); background: #fff; font: inherit; text-align: left; cursor: pointer; }
.demo-template:hover, .demo-template.is-selected { border-color: var(--teal); box-shadow: 0 0 0 2px rgba(10,143,139,.08); }
.demo-template-icon { display: grid; width: 30px; height: 30px; place-items: center; margin-bottom: 13px; border-radius: 8px; color: var(--teal-dark); background: var(--mint); font-weight: 700; }
.demo-template b { font-size: .77rem; }
.demo-template small { margin-top: 4px; color: #70848a; font-size: .65rem; }
.demo-template em { position: absolute; top: 12px; right: 12px; padding: 3px 7px; border-radius: 99px; color: #52610c; background: var(--lime); font-size: .55rem; font-style: normal; font-weight: 700; text-transform: uppercase; }
.demo-module-name { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin-top: 18px; padding: 17px; border-radius: 14px; background: #edf3f1; }
.demo-module-name label { grid-column: 1 / -1; }
.demo-module-name input { min-width: 0; }
.demo-status-preview { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; color: #74888d; font-size: .63rem; }
.demo-status-preview span { padding: 5px 8px; border: 1px solid #d8e4e1; border-radius: 99px; background: #fff; font-weight: 700; }
.demo-builder { display: grid; grid-template-columns: 185px 1fr; min-height: 390px; overflow: hidden; border: 1px solid #d8e3e0; border-radius: 17px; background: #fff; }
.demo-palette { padding: 17px; border-right: 1px solid #d8e3e0; background: #f0f5f3; }
.demo-palette > b { font-size: .75rem; }
.demo-palette > p { margin: 1px 0 13px; color: #74878c; font-size: .63rem; }
.demo-palette button { display: grid; grid-template-columns: 28px 1fr 12px; align-items: center; gap: 8px; width: 100%; margin: 8px 0; padding: 8px; border: 1px solid #d7e2df; border-radius: 9px; color: #334f57; background: #fff; font: inherit; font-size: .65rem; font-weight: 600; text-align: left; cursor: grab; }
.demo-palette button:hover { color: var(--teal-dark); border-color: var(--teal); transform: translateY(-1px); }
.demo-palette button span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 6px; color: var(--teal-dark); background: var(--mint); font-size: .62rem; }
.demo-palette button i { color: #96aaa7; font-style: normal; }
.demo-form-canvas { padding: 18px 22px 24px; transition: background .2s, box-shadow .2s; }
.demo-form-canvas.is-dragover { background: #f1fbf7; box-shadow: inset 0 0 0 2px var(--teal); }
.demo-canvas-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #e5ecea; }
.demo-canvas-head b, .demo-canvas-head small { display: block; }
.demo-canvas-head b { font-family: var(--font-body); font-size: 1rem; font-weight: 600; }
.demo-canvas-head small { color: #74878c; font-size: .59rem; }
.demo-canvas-head > span { padding: 4px 8px; border-radius: 99px; color: #65787e; background: #edf3f1; font-size: .58rem; font-weight: 700; }
.demo-canvas-field { margin: 9px 0; padding: 9px 11px; border: 1px solid #dce5e3; border-radius: 8px; background: #fff; }
.demo-canvas-field > span { display: block; color: #425d64; font-size: .61rem; font-weight: 700; }
.demo-canvas-field em { color: #c24b4b; font-style: normal; }
.demo-canvas-field > div { margin-top: 5px; padding: 6px 8px; border: 1px solid #e0e8e6; border-radius: 6px; color: #9aaba8; background: #fafcfb; font-size: .62rem; }
.demo-canvas-field.is-custom { position: relative; padding-right: 36px; border-color: #a7d6ca; animation: field-pop .3s ease both; }
@keyframes field-pop { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
.demo-canvas-field.is-custom > i { position: absolute; top: 50%; right: 12px; color: var(--teal); font-size: .72rem; font-style: normal; transform: translateY(-50%); }
.demo-drop-hint { display: grid; min-height: 55px; place-items: center; align-content: center; margin: 10px 0; border: 1px dashed #9fc7be; border-radius: 9px; color: var(--teal-dark); background: #f5fbf8; text-align: center; }
.demo-drop-hint b { font-size: .64rem; }
.demo-drop-hint small { color: #829792; font-size: .55rem; }
.demo-bottom-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; }
.demo-bottom-actions > span { color: #698086; font-size: .67rem; }
.demo-status { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 99px; font-size: .62rem; font-weight: 700; }
.demo-status::before { width: 6px; height: 6px; border-radius: 50%; content: ""; }
.demo-status.open { color: #785b10; background: #fff1c8; }
.demo-status.open::before { background: #d59b18; }
.demo-status.closed { color: #1b684b; background: #dff4ea; }
.demo-status.closed::before { background: #299168; }
.demo-task-form { display: grid; grid-template-columns: 1fr 210px; gap: 20px; }
.demo-task-main, .demo-task-aside { padding: 20px; border: 1px solid #d9e4e1; border-radius: 16px; background: #fff; }
.demo-task-main { display: grid; gap: 12px; }
.demo-dynamic-values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.demo-task-aside { display: flex; flex-direction: column; gap: 18px; }
.demo-task-aside > div { padding-bottom: 13px; border-bottom: 1px solid #e7edeb; }
.demo-task-aside small { display: block; margin-bottom: 7px; color: #7b8e92; font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
.demo-task-aside b { font-size: .72rem; }
.demo-task-aside .demo-primary { margin-top: auto; }
.demo-person { display: flex; align-items: center; gap: 8px; }
.demo-person i { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .55rem; font-style: normal; font-weight: 700; }
.demo-complete-card { padding: 25px; border: 1px solid #d8e4e1; border-radius: 18px; background: #fff; }
.demo-complete-title { display: flex; align-items: center; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid #e3ebe9; }
.demo-complete-title .demo-check { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid #9dcac0; border-radius: 12px; color: var(--teal); background: #eff9f5; font-weight: 700; }
.demo-complete-title small { color: #7a8e92; font-size: .58rem; font-weight: 700; }
.demo-complete-title h4 { margin: 1px 0 3px; font-size: 1.18rem; }
.demo-complete-title p { margin: 0; color: #6a7e83; font-size: .67rem; }
.demo-timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin: 26px 0; }
.demo-timeline > div { position: relative; display: flex; gap: 9px; }
.demo-timeline > div::after { position: absolute; z-index: 0; top: 7px; right: 8px; left: 16px; height: 1px; background: #b9cec9; content: ""; }
.demo-timeline > div:last-child::after { display: none; }
.demo-timeline i { position: relative; z-index: 1; width: 14px; height: 14px; flex: 0 0 auto; border: 3px solid #fff; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
.demo-timeline .is-next i { background: #fff; }
.demo-timeline span { position: relative; z-index: 1; padding-right: 12px; background: #fff; }
.demo-timeline b, .demo-timeline small { display: block; }
.demo-timeline b { font-size: .66rem; }
.demo-timeline small { color: #7a8d91; font-size: .56rem; }
.demo-time-entry { display: flex; align-items: end; gap: 10px; padding: 17px; border-radius: 13px; background: #eef4f2; }
.demo-time-entry > div { width: 82px; }
.demo-time-entry > span { align-self: center; margin-top: 17px; color: #657a7f; font-weight: 700; }
.demo-time-entry .demo-primary { margin-left: auto; }
.demo-report-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.demo-report-metric { padding: 16px; border: 1px solid #dbe5e2; border-radius: 13px; background: #fff; }
.demo-report-metric small, .demo-report-metric b, .demo-report-metric span { display: block; }
.demo-report-metric small { color: #7d8f93; font-size: .56rem; font-weight: 700; letter-spacing: .06em; }
.demo-report-metric b { margin: 4px 0 2px; color: var(--navy); font-family: var(--font-heading); font-size: 1.55rem; font-weight: 700; letter-spacing: -.025em; }
.demo-report-metric b.text-size { font-size: 1.15rem; }
.demo-report-metric span { color: var(--teal-dark); font-size: .59rem; font-weight: 700; }
.demo-chart-card { margin-top: 13px; padding: 17px 20px 12px; border: 1px solid #dbe5e2; border-radius: 14px; background: #fff; }
.demo-chart-head { display: flex; justify-content: space-between; gap: 15px; }
.demo-chart-head b, .demo-chart-head small { display: block; }
.demo-chart-head b { font-size: .73rem; }
.demo-chart-head small { color: #7c8e92; font-size: .57rem; }
.demo-chart-head > span { color: #61777c; font-size: .59rem; }
.demo-chart { display: flex; height: 135px; align-items: end; gap: 11%; padding: 22px 4% 0; border-bottom: 1px solid #dce6e3; background: repeating-linear-gradient(to top, transparent 0 33px, #edf2f0 34px 35px); }
.demo-chart > div { position: relative; display: flex; width: 24px; height: 100%; align-items: end; }
.demo-chart div > span { width: 100%; height: var(--bar); border-radius: 5px 5px 0 0; background: #a7d5cb; }
.demo-chart .is-today > span { background: var(--teal); }
.demo-chart small { position: absolute; right: 0; bottom: -19px; left: 0; color: #71858a; font-size: .54rem; text-align: center; }
.demo-chart em { position: absolute; z-index: 2; top: 21px; left: 50%; padding: 2px 5px; border-radius: 5px; color: #fff; background: var(--navy); font-size: .52rem; font-style: normal; font-weight: 700; transform: translateX(-50%); }
.demo-finish { display: flex; align-items: center; gap: 14px; margin-top: 31px; padding: 16px 18px; border: 1px solid #cce0db; border-radius: 14px; background: #edf8f3; }
.demo-finish > div { flex: 1; }
.demo-finish b, .demo-finish span { display: block; }
.demo-finish b { font-family: var(--font-heading); font-size: .88rem; font-weight: 700; letter-spacing: -.015em; }
.demo-finish div > span { color: #587078; font-size: .62rem; }
.demo-reset { flex: 0 0 auto; color: var(--teal-dark); border: 1px solid #99c9be; background: transparent; }
.demo-reset:hover { background: #fff; }
.demo-toast { position: absolute; z-index: 8; right: 22px; bottom: 20px; max-width: calc(100% - 44px); padding: 10px 14px; border-radius: 9px; color: #fff; background: var(--navy); box-shadow: 0 12px 30px rgba(13,52,66,.2); font-size: .68rem; font-weight: 600; animation: demo-in .25s ease both; }
.demo-promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.demo-promise > div { display: flex; align-items: start; gap: 12px; padding: 10px 4px; }
.demo-promise span { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 9px; color: var(--navy); background: var(--lime); font-size: .64rem; font-weight: 700; }
.demo-promise p { margin: 0; color: #61777d; font-size: .77rem; line-height: 1.45; }
.demo-promise b { color: var(--ink); }

/* The tour deliberately mirrors the authenticated BAIO application. */
.demo-shell { display: block; min-height: 0; overflow: hidden; border-color: #c8d8de; border-radius: 22px; background: #f5f9fb; box-shadow: 0 30px 80px rgba(9,56,71,.18); }
.demo-journey { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0; color: #526a73; border-bottom: 1px solid #d4e1e6; background: #fff; }
.demo-step { display: grid; grid-template-columns: 28px 1fr; min-width: 0; padding: 14px 12px; border-radius: 0; color: #657a82; border-right: 1px solid #e1eaed; }
.demo-step:last-child { border-right: 0; }
.demo-step::after { display: none; }
.demo-step:hover { color: #093847; background: #f4fafb; }
.demo-step > span { width: 25px; height: 25px; color: #6f838b; border-color: #c7d6da; }
.demo-step b { font-size: .68rem; }
.demo-step small { font-size: .57rem; }
.demo-step.is-active { color: #093847; background: #edf8f8; box-shadow: inset 0 -3px 0 #12a7a0; }
.demo-step.is-active > span { color: #fff; border-color: #0e475c; background: #0e475c; box-shadow: none; }
.demo-step.is-complete > span { border-color: #12a7a0; background: #12a7a0; }
.demo-product-frame { display: grid; grid-template-columns: 190px minmax(0, 1fr); min-height: 670px; font-family: var(--font-body); }
.demo-real-sidebar { display: flex; min-width: 0; flex-direction: column; color: #d6e5ea; background: #093847; }
.demo-real-logo { display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 9px; min-height: 68px; padding: 11px 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.demo-real-logo > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; background: rgba(255,255,255,.14); font-size: .75rem; }
.demo-real-logo img { width: 105px; padding: 6px 8px; border-radius: 7px; background: #fff; }
.demo-real-sidebar nav { padding: 8px 0; }
.demo-real-sidebar nav > span, .demo-real-sidebar-foot { position: relative; display: flex; align-items: center; gap: 9px; padding: 8px 13px; color: #d6e5ea; font-size: .68rem; }
.demo-real-sidebar nav > span::before { position: absolute; top: 5px; bottom: 5px; left: 0; width: 3px; border-radius: 0 3px 3px 0; background: #1ec7bd; content: ""; opacity: 0; }
.demo-real-sidebar nav > span.is-active { color: #fff; background: linear-gradient(90deg, rgba(255,255,255,.13), rgba(255,255,255,.04)); }
.demo-real-sidebar nav > span.is-active::before { opacity: 1; }
.demo-real-sidebar nav i { display: inline-grid; width: 18px; height: 18px; place-items: center; color: #9dc2c9; font-size: .72rem; font-style: normal; }
.demo-real-sidebar-foot { margin-top: auto; border-top: 1px solid rgba(255,255,255,.1); }
.demo-real-sidebar-foot.is-active { color: #fff; background: rgba(255,255,255,.11); box-shadow: inset 3px 0 0 #1ec7bd; }
.demo-workspace { min-width: 0; background: #f5f9fb; }
.demo-appbar { display: grid; grid-template-columns: 32px auto minmax(170px, 1fr) auto 32px 34px; gap: 10px; min-height: 57px; padding: 7px 14px; border-bottom: 1px solid #d4e1e6; background: #fff; }
.demo-appbar > button { display: grid; width: 32px; height: 32px; place-items: center; padding: 0; border: 1px solid #d4e1e6; border-radius: 9px; color: #526a73; background: #fff; font-size: .72rem; }
.demo-appbar > b { align-self: center; color: #093847; font-size: .76rem; white-space: nowrap; }
.demo-real-search { position: relative; align-self: center; }
.demo-real-search > span { position: absolute; top: 50%; left: 11px; color: #7f9299; font-size: .75rem; transform: translateY(-50%); }
.demo-real-search input { width: 100%; height: 34px; padding: 7px 10px 7px 31px; border: 1px solid #d4e1e6; border-radius: 9px; color: #526a73; background: #f5f9fb; font: inherit; font-size: .65rem; }
.demo-demo-label { align-self: center; padding: 4px 8px; border-radius: 999px; color: #0b746f; background: #e6f7f5; font-size: .55rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.demo-avatar { width: 32px; height: 32px; background: linear-gradient(145deg, #12a7a0, #1ec7bd); }
.demo-stage { min-height: 613px; padding: 26px; background: #f5f9fb; }
.demo-stage h3, .demo-stage h4 { font-family: var(--font-heading); letter-spacing: -.018em; }
.demo-screen-head { margin-bottom: 21px; }
.demo-screen-head small { color: #12a7a0; font-size: .57rem; letter-spacing: .13em; }
.demo-screen-head h3 { margin-bottom: 5px; color: #17212b; font-size: 1.12rem; font-weight: 700; line-height: 1.22; }
.demo-screen-head p { color: #5f6e76; font-size: .68rem; }
.demo-time, .demo-badge { border-color: #d4e1e6; border-radius: 8px; color: #5f6e76; font-size: .6rem; }
.demo-form, .demo-settings-card, .demo-task-main, .demo-complete-card, .demo-report-filters, .demo-chart-card { border: 1px solid #d4e1e6; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px -20px rgba(15,23,42,.65); }
.demo-form { width: min(760px, 100%); padding: 22px; gap: 14px; }
.demo-card-title { grid-column: 1 / -1; padding-bottom: 13px; border-bottom: 1px solid #d4e1e6; }
.demo-card-title b, .demo-card-title span { display: block; }
.demo-card-title b { color: #17212b; font-size: .78rem; }
.demo-card-title span { margin-top: 2px; color: #5f6e76; font-size: .62rem; }
.demo-field > span, .demo-module-name label, .demo-time-entry label { color: #5f6e76; font-size: .59rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.demo-field input, .demo-field select, .demo-field textarea, .demo-module-name input, .demo-time-entry input { min-height: 37px; padding: 8px 10px; border-color: #d4e1e6; border-radius: 6px; font-size: .68rem; }
.demo-primary { min-height: 36px; padding: 8px 13px; border-radius: 7px; background: #0e475c; font-size: .65rem; font-weight: 600; }
.demo-primary:hover { background: #093847; }
.demo-settings-card { overflow: hidden; }
.demo-module-name { grid-template-columns: minmax(220px, 420px) auto; justify-content: end; margin: 0; padding: 16px; border-radius: 0; background: #fff; }
.demo-module-name label { grid-column: auto; align-self: center; }
.demo-real-table { border-top: 1px solid #d4e1e6; }
.demo-real-table-head, .demo-real-table-row { display: grid; grid-template-columns: 1.5fr .8fr .7fr .7fr .7fr; align-items: center; gap: 10px; padding: 9px 14px; }
.demo-real-table-head { color: #5f6e76; background: #f5f9fb; font-size: .55rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.demo-real-table-row { border-top: 1px solid #d4e1e6; font-size: .64rem; }
.demo-real-table-row code { color: #5f6e76; font-size: .59rem; }
.demo-real-table-row em { width: fit-content; padding: 2px 7px; border-radius: 99px; color: #24704e; background: #e4f6ec; font-size: .55rem; font-style: normal; }
.demo-real-table-row button { padding: 5px 8px; border: 0; border-radius: 5px; color: #fff; background: #2563eb; font: inherit; font-size: .57rem; }
.demo-real-table-row button:last-child { background: #6366f1; }
.demo-status-editor { padding: 16px; border-top: 1px solid #d4e1e6; }
.demo-status-editor > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.demo-status-editor b { color: #17212b; font-size: .7rem; }
.demo-status-editor small { color: #5f6e76; font-size: .56rem; }
.demo-status-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 10px; border: 1px solid #d4e1e6; border-radius: 7px; }
.demo-status-preview span { padding: 9px; border: 0; border-right: 1px solid #d4e1e6; border-radius: 0; font-size: .58rem; }
.demo-status-preview span:last-child { border-right: 0; }
.demo-builder { grid-template-columns: 156px minmax(290px, 1fr) 185px; min-height: 415px; border-color: #d4e1e6; border-radius: 10px; }
.demo-palette { padding: 12px; border-color: #d4e1e6; background: #fff; }
.demo-palette > b { color: #17212b; font-size: .66rem; }
.demo-palette > p { font-size: .55rem; }
.demo-palette button { grid-template-columns: 25px 1fr 10px; padding: 6px; border-color: #d4e1e6; border-radius: 7px; font-size: .57rem; }
.demo-palette button span { width: 23px; height: 23px; border-radius: 6px; color: #0e475c; background: #e8f7f6; }
.demo-form-canvas { padding: 12px; background: #f5f9fb; }
.demo-canvas-head { padding: 0 2px 10px; }
.demo-canvas-head b { font-family: var(--font-body); font-size: .66rem; }
.demo-builder-group-title { display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 7px; padding: 9px; border: 1px solid #d4e1e6; border-radius: 9px 9px 0 0; background: #fff; }
.demo-builder-group-title > i { color: #8aa0ab; font-style: normal; }
.demo-builder-group-title b, .demo-builder-group-title small { display: block; }
.demo-builder-group-title b { font-size: .64rem; }
.demo-builder-group-title small { color: #5f6e76; font-size: .52rem; }
.demo-builder-group-title em { padding: 2px 6px; border-radius: 99px; color: #5f6e76; background: #f5f9fb; font-size: .5rem; font-style: normal; }
.demo-canvas-field { margin: 0; padding: 8px; border-top: 0; border-radius: 0; }
.demo-canvas-field:nth-of-type(3) { border-radius: 0 0 9px 9px; }
.demo-drop-hint { min-height: 43px; margin: 8px 0; border-color: #12a7a0; border-radius: 8px; background: #eefafa; }
.demo-custom-fields .demo-canvas-field { margin-top: 7px; border-top: 1px solid #a7d6ca; border-radius: 8px; }
.demo-properties { padding: 12px; border-left: 1px solid #d4e1e6; background: #fff; }
.demo-properties > div { margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #d4e1e6; }
.demo-properties b, .demo-properties small { display: block; }
.demo-properties b { color: #17212b; font-size: .66rem; }
.demo-properties small, .demo-properties p { color: #5f6e76; font-size: .53rem; }
.demo-properties label { display: grid; gap: 4px; margin-bottom: 10px; }
.demo-properties label > span { color: #5f6e76; font-size: .53rem; font-weight: 700; text-transform: uppercase; }
.demo-properties input, .demo-properties textarea, .demo-properties select { width: 100%; padding: 7px; border: 1px solid #d4e1e6; border-radius: 6px; color: #17212b; background: #f5f9fb; font: inherit; font-size: .58rem; }
.demo-bottom-actions { margin-top: 9px; }
.demo-task-form { display: block; }
.demo-task-main { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 16px; max-width: 780px; padding: 20px; }
.demo-task-main > .demo-field-wide { grid-column: 1 / -1; }
.demo-dynamic-values { display: contents; }
.demo-repeat-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid #d4e1e6; border-radius: 8px; background: #f5f9fb; font-size: .6rem; }
.demo-repeat-row b { color: #5f6e76; font-size: .55rem; }
.demo-repeat-row select { min-height: 30px; padding: 5px 8px; border: 1px solid #d4e1e6; border-radius: 5px; background: #fff; font: inherit; font-size: .6rem; }
.demo-repeat-row input { accent-color: #0e475c; }
.demo-task-buttons { grid-column: 1 / -1; display: flex; gap: 8px; padding-top: 4px; }
.demo-task-buttons > button:last-child { padding: 7px 12px; border: 0; border-radius: 7px; color: #0e475c; background: #e6eff2; font: inherit; font-size: .64rem; }
.demo-complete-card { padding: 18px; }
.demo-complete-title { display: grid; grid-template-columns: 38px 1fr auto auto; }
.demo-complete-title > button { padding: 6px 10px; border: 1px solid #8fcdb8; border-radius: 7px; color: #24704e; background: #eef9f3; font: inherit; font-size: .58rem; }
.demo-complete-title h4 { font-size: .82rem; }
.demo-timeline b { font-size: .59rem; }
.demo-report-filters { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 14px; }
.demo-report-filters label { display: grid; gap: 4px; }
.demo-report-filters label span { color: #5f6e76; font-size: .5rem; font-weight: 700; }
.demo-report-filters input, .demo-report-filters select { width: 100%; min-width: 0; padding: 7px; border: 1px solid #d4e1e6; border-radius: 6px; background: #fff; font: inherit; font-size: .57rem; }
.demo-report-filters > div { grid-column: 1 / -1; display: flex; align-items: center; gap: 7px; }
.demo-report-filters button { padding: 6px 9px; border: 1px solid #d4e1e6; border-radius: 6px; color: #0e475c; background: #fff; font: inherit; font-size: .56rem; }
.demo-report-filters button:first-child { color: #fff; border-color: #0e475c; background: #0e475c; }
.demo-report-filters > div > span { margin-left: auto; color: #5f6e76; font-size: .58rem; }
.demo-report-charts { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; margin-top: 12px; }
.demo-chart-card { margin: 0; }
.demo-donut-card { display: flex; flex-direction: column; }
.demo-donut { display: grid; width: 115px; height: 115px; place-items: center; margin: 15px auto 8px; border-radius: 50%; background: conic-gradient(#12a7a0 0 100%); }
.demo-donut::before { grid-area: 1 / 1; width: 68px; height: 68px; border-radius: 50%; background: #fff; content: ""; }
.demo-donut > span { z-index: 1; grid-area: 1 / 1; color: #093847; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; text-align: center; }
.demo-donut small { display: block; color: #5f6e76; font-size: .48rem; font-weight: 500; }
.demo-donut-card > p { margin: auto 0 0; color: #5f6e76; font-size: .56rem; text-align: center; }
.demo-donut-card > p i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 2px; background: #12a7a0; }
.demo-finish { border-color: #c9e2da; border-radius: 10px; background: #eef8f4; }

.demo-launch-section { overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(217,240,113,.24), transparent 25%), #f7f4eb; }
.demo-launch-panel { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 54px; }
.demo-launch-copy h2 { max-width: 700px; }
.demo-launch-copy .lead { font-size: 1.08rem; }
.demo-launch-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.demo-launch-actions > span { color: #5f6e76; font-size: .75rem; font-weight: 700; }
.demo-launch-features { display: grid; gap: 13px; margin-top: 34px; }
.demo-launch-features > div { display: grid; grid-template-columns: 168px 1fr; gap: 12px; padding-top: 12px; border-top: 1px solid #d4e1e6; }
.demo-launch-features b { color: #093847; font-size: .82rem; }
.demo-launch-features span { color: #5f6e76; font-size: .75rem; }
.demo-launch-preview { position: relative; display: grid; grid-template-columns: 142px 1fr; min-height: 475px; overflow: hidden; border: 1px solid #bfd0d6; border-radius: 24px; background: #f5f9fb; box-shadow: 0 34px 75px rgba(9,56,71,.2); transform: perspective(1500px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.demo-launch-sidebar { display: flex; flex-direction: column; padding: 17px 0; color: #d6e5ea; background: #093847; }
.demo-launch-sidebar img { width: 105px; margin: 0 auto 20px; padding: 7px 9px; border-radius: 7px; background: #fff; }
.demo-launch-sidebar span { padding: 9px 16px; border-left: 3px solid transparent; font-size: .68rem; }
.demo-launch-sidebar span:first-of-type { color: #fff; border-left-color: #1ec7bd; background: rgba(255,255,255,.11); }
.demo-launch-app { min-width: 0; }
.demo-launch-top { display: grid; grid-template-columns: auto 1fr 31px; align-items: center; gap: 18px; min-height: 56px; padding: 9px 14px; border-bottom: 1px solid #d4e1e6; background: #fff; font-family: var(--font-body); font-size: .67rem; }
.demo-launch-top > span { color: #093847; font-weight: 700; }
.demo-launch-top i { overflow: hidden; padding: 8px 12px; border: 1px solid #d4e1e6; border-radius: 8px; color: #8aa0ab; background: #f5f9fb; font-size: .58rem; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.demo-launch-top b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: #12a7a0; font-size: .58rem; }
.demo-launch-content { padding: 28px 24px; font-family: var(--font-body); }
.demo-launch-heading small, .demo-launch-heading strong, .demo-launch-heading span { display: block; }
.demo-launch-heading small { color: #12a7a0; font-size: .55rem; font-weight: 700; letter-spacing: .1em; }
.demo-launch-heading strong { margin-top: 7px; color: #17212b; font-family: var(--font-heading); font-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; }
.demo-launch-heading span { margin-top: 3px; color: #5f6e76; font-size: .65rem; }
.demo-launch-cards { display: grid; gap: 10px; margin-top: 25px; }
.demo-launch-cards > div { padding: 16px; border: 1px solid #d4e1e6; border-radius: 12px; background: #fff; box-shadow: 0 7px 18px -16px rgba(9,56,71,.8); }
.demo-launch-cards small, .demo-launch-cards b, .demo-launch-cards span { display: block; }
.demo-launch-cards small { color: #12a7a0; font-size: .52rem; font-weight: 700; }
.demo-launch-cards b { margin-top: 4px; color: #17212b; font-size: .72rem; }
.demo-launch-cards span { margin-top: 3px; color: #5f6e76; font-size: .58rem; }
.demo-launch-badge { position: absolute; right: 20px; bottom: 17px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #b9dad2; border-radius: 999px; color: #0b746f; background: rgba(255,255,255,.94); font-size: .59rem; font-weight: 700; box-shadow: 0 9px 20px rgba(9,56,71,.1); }
.demo-launch-badge span { width: 7px; height: 7px; border-radius: 50%; background: #20ad78; box-shadow: 0 0 0 4px rgba(32,173,120,.12); }

.site-footer { padding: 68px 0 28px; color: #b8cecb; background: #082833; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 34px; }
.footer-brand img { width: 112px; padding: 7px; border-radius: 10px; background: #fff; }
.footer-brand p { max-width: 330px; margin-top: 18px; }
.footer-col b { display: block; margin-bottom: 14px; color: #fff; font-family: var(--font-heading); font-weight: 700; letter-spacing: -.01em; }
.footer-col a { display: block; margin: 8px 0; color: #b8cecb; text-decoration: none; }
.footer-col a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid #24444d; font-size: .82rem; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: var(--lime); }

@media (max-width: 960px) {
    .nav-toggle { display: block; }
    .nav-links { position: absolute; top: 78px; right: 20px; left: 20px; display: none; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); }
    .nav-links.open { display: grid; }
    .nav-actions .button-secondary { display: none; }
    .belief-rotator-inner { grid-template-columns: 145px minmax(0, 1fr) 52px; gap: 22px; }
    .hero-grid, .quote-block, .contact-grid, .demo-intro { grid-template-columns: 1fr; }
    .demo-intro { gap: 16px; }
    .demo-shell { grid-template-columns: 1fr; }
    .demo-journey { display: grid; grid-template-columns: repeat(6, minmax(118px, 1fr)); overflow-x: auto; padding: 10px; }
    .demo-journey-head, .demo-help { display: none; }
    .demo-step { min-width: 118px; }
    .demo-step::after { display: none; }
    .demo-stage { min-height: 590px; }
    .product-scene { width: min(620px, 100%); margin: 0 auto; }
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }
    .proof-item:nth-child(2) { border-right: 0; }
    .feature-row { grid-template-columns: 1fr; gap: 28px; }
    .article-shell { grid-template-columns: minmax(0, 760px); }
    .article-sidebar { display: none; }
    .legal-layout, .deletion-grid { grid-template-columns: 1fr; gap: 42px; }
    .legal-toc { position: static; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .demo-launch-panel { grid-template-columns: 1fr; }
    .demo-launch-preview { width: min(760px, 100%); margin-inline: auto; transform: none; }
}

@media (max-width: 760px) {
    .belief-rotator-inner { min-height: 136px; grid-template-columns: 1fr auto; align-content: center; gap: 12px 20px; padding-block: 20px; }
    .belief-rotator-label { grid-column: 1; }
    .belief-rotator-copy { min-height: 3em; grid-column: 1 / -1; grid-row: 2; }
    .belief-rotator-count { grid-column: 2; grid-row: 1; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 74px 0; }
    .hero { padding: 72px 0 84px; }
    .hero-grid { gap: 40px; }
    .hero h1 { font-size: clamp(2.7rem, 11.5vw, 3.3rem); line-height: 1.02; letter-spacing: -.04em; }
    .page-hero { padding: 74px 0 62px; }
    .page-hero h1 { font-size: clamp(2.45rem, 10.5vw, 3.2rem); line-height: 1.04; letter-spacing: -.038em; }
    h2 { font-size: clamp(2rem, 8.5vw, 2.75rem); }
    .nav-actions .button { display: none; }
    .belief-rotator-inner { min-height: 150px; }
    .belief-rotator-copy { min-height: 4.65em; font-size: 1rem; line-height: 1.55; }
    .metric-row, .grid-2, .grid-3, .grid-4, .feature-details, .article-list { grid-template-columns: 1fr; }
    .product-scene { min-height: 470px; }
    .floating-note { right: -3px; width: 205px; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .section-head { display: block; }
    .section-head .button { margin-top: 18px; }
    .cta-panel { grid-template-columns: 1fr; padding: 36px 26px; }
    .quote-aside, .quote-body { padding: 36px 28px; }
    .footer-grid { grid-template-columns: 1fr; }
    .support-grid { grid-template-columns: 1fr; }
    .legal-toc { display: none; }
    .legal-data div { grid-template-columns: 1fr; gap: 3px; }
    .deletion-form-card { padding: 28px 22px; }
    .footer-bottom { flex-direction: column; }
    .demo-section { padding-top: 74px; }
    .demo-shell { width: calc(100% + 14px); border-radius: 20px 0 0 20px; }
    .demo-browserbar { grid-template-columns: 55px minmax(100px, 1fr) 40px; padding: 0 10px; }
    .demo-browserbar > span { padding-inline: 8px; }
    .demo-product-frame { grid-template-columns: 52px minmax(0, 1fr); }
    .demo-real-logo { display: grid; grid-template-columns: 1fr; padding: 10px; }
    .demo-real-logo img { display: none; }
    .demo-real-sidebar nav > span, .demo-real-sidebar-foot { justify-content: center; padding: 9px; font-size: 0; }
    .demo-real-sidebar nav i { font-size: .72rem; }
    .demo-appbar { grid-template-columns: 32px minmax(110px, 1fr) 32px 32px; padding: 7px 10px; }
    .demo-appbar > b, .demo-demo-label { display: none; }
    .demo-real-search { grid-column: 2; }
    .demo-stage { min-height: 660px; padding: 18px 14px; }
    .demo-screen-head { display: block; margin-bottom: 22px; }
    .demo-screen-head > span { display: inline-flex; margin-top: 8px; }
    .demo-form, .demo-template-grid, .demo-task-form, .demo-report-grid, .demo-promise, .demo-task-main, .demo-report-charts { grid-template-columns: 1fr; }
    .demo-form { padding: 18px; }
    .demo-field-wide { grid-column: auto; }
    .demo-form-actions { grid-column: auto; align-items: stretch; flex-direction: column; }
    .demo-builder { grid-template-columns: 1fr; }
    .demo-palette { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; border-right: 0; border-bottom: 1px solid #d8e3e0; }
    .demo-palette > b, .demo-palette > p { grid-column: 1 / -1; }
    .demo-palette > p { margin-bottom: 1px; }
    .demo-palette button { grid-template-columns: 24px 1fr; margin: 0; }
    .demo-palette button i { display: none; }
    .demo-form-canvas { padding: 15px; }
    .demo-properties { display: none; }
    .demo-real-table { overflow-x: auto; }
    .demo-real-table-head, .demo-real-table-row { min-width: 540px; }
    .demo-status-preview { grid-template-columns: repeat(2, 1fr); }
    .demo-status-preview span:nth-child(2) { border-right: 0; }
    .demo-status-preview span:nth-child(-n+2) { border-bottom: 1px solid #d4e1e6; }
    .demo-bottom-actions, .demo-finish { align-items: stretch; flex-direction: column; }
    .demo-dynamic-values { grid-template-columns: 1fr; }
    .demo-task-aside { display: grid; grid-template-columns: repeat(2, 1fr); }
    .demo-task-aside .demo-primary { grid-column: 1 / -1; }
    .demo-timeline { grid-template-columns: 1fr; gap: 16px; }
    .demo-timeline > div::after { top: 12px; right: auto; bottom: -17px; left: 7px; width: 1px; height: auto; }
    .demo-time-entry { flex-wrap: wrap; }
    .demo-time-entry .demo-primary { width: 100%; margin-left: 0; }
    .demo-complete-title { grid-template-columns: 38px 1fr; }
    .demo-complete-title > button, .demo-complete-title > .demo-status { margin-top: 8px; }
    .demo-report-filters { grid-template-columns: repeat(2, 1fr); }
    .demo-report-filters > div { align-items: flex-start; flex-wrap: wrap; }
    .demo-report-filters > div > span { width: 100%; margin-left: 0; }
    .demo-chart { gap: 14%; padding-inline: 2%; }
    .demo-launch-panel { gap: 38px; }
    .demo-launch-features > div { grid-template-columns: 1fr; gap: 2px; }
    .demo-launch-preview { grid-template-columns: 48px 1fr; min-height: 420px; border-radius: 18px; }
    .demo-launch-sidebar { padding-top: 12px; }
    .demo-launch-sidebar img { width: 35px; margin-bottom: 16px; padding: 4px; }
    .demo-launch-sidebar span { overflow: hidden; height: 35px; padding: 9px 12px; font-size: 0; }
    .demo-launch-top { grid-template-columns: auto 1fr 30px; gap: 9px; }
    .demo-launch-content { padding: 22px 14px; }
    .demo-launch-badge { right: 12px; bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
    .belief-rotator-cursor { display: none; animation: none; }
}
