:root {
  --kdemo-ink: #0d2b38;
  --kdemo-ink-deep: #082f3a;
  --kdemo-copy: #526a76;
  --kdemo-teal: #178e8b;
  --kdemo-mint: #8bded5;
  --kdemo-mist: #edf5f6;
  --kdemo-paper: #fbfcfb;
  --kdemo-line: #d5e3e5;
  --kdemo-white: #fff;
  --kdemo-display: "Plus Jakarta Sans", Inter, ui-sans-serif, sans-serif;
  --kdemo-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.kapocs-demo-template { margin: 0; background: var(--kdemo-paper); }
body.admin-bar .kdemo-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .kdemo-header { top: 46px; } }

.kdemo,
.kdemo * { box-sizing: border-box; }
.kdemo { color: var(--kdemo-ink); background: var(--kdemo-paper); font: 400 16px/1.65 var(--kdemo-body); -webkit-font-smoothing: antialiased; overflow: clip; }
.kdemo a { color: inherit; text-decoration: none; }
.kdemo img { display: block; max-width: 100%; }
.kdemo button { color: inherit; font: inherit; }
.kdemo code { font-family: "Cascadia Mono", "SFMono-Regular", Consolas, monospace; }
.kdemo-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
#kdemo-download, #kdemo-whats-new, #kdemo-security, #kdemo-docs, #kdemo-requirements, #kdemo-legacy { scroll-margin-top: 94px; }
.kdemo-skip { position: fixed; z-index: 1000; top: -80px; left: 18px; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--kdemo-ink); }
.kdemo-skip:focus { top: 12px; }

.kdemo-header { position: sticky; z-index: 100; top: 0; min-height: 74px; border-bottom: 1px solid rgba(23, 142, 139, .13); background: rgba(248, 251, 251, .92); box-shadow: 0 9px 30px rgba(8, 39, 51, .045), inset 0 1px rgba(255, 255, 255, .8); backdrop-filter: blur(16px) saturate(140%); }
.kdemo-header__inner { display: flex; align-items: center; min-height: 74px; }
.kdemo-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; min-width: 310px; }
.kdemo-brand img { width: 38px; height: 38px; object-fit: contain; }
.kdemo-brand > span { display: grid; line-height: 1.05; }
.kdemo-brand strong { font: 700 15px/1 var(--kdemo-display); letter-spacing: .12em; }
.kdemo-brand small { max-width: 285px; margin-top: 5px; color: #70848d; font-size: 7.5px; line-height: 1.25; }
.kdemo-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); margin-left: auto; }
.kdemo-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: #3b5360; font-size: 12px; font-weight: 680; white-space: nowrap; transition: color .2s; }
.kdemo-nav a:after { position: absolute; right: 100%; bottom: 7px; left: 0; height: 1px; background: var(--kdemo-teal); content: ""; transition: right .2s; }
.kdemo-header__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-left: 28px; padding: 0 18px; border: 1px solid var(--kdemo-ink); border-radius: 10px; color: #fff; background: var(--kdemo-ink); font-size: 12px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.kdemo-menu { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 1px solid rgba(13, 43, 56, .14); border-radius: 10px; background: rgba(255, 255, 255, .8); cursor: pointer; }
.kdemo-menu span { display: block; width: 20px; height: 2px; margin: 3px 0; background: var(--kdemo-ink); transition: transform .2s, opacity .2s; }
.kdemo-menu[aria-expanded="true"] span:first-child { transform: translateY(5px) rotate(45deg); }
.kdemo-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.kdemo-menu[aria-expanded="true"] span:last-child { transform: translateY(-5px) rotate(-45deg); }
.kdemo-nav a:focus-visible,
.kdemo-header__cta:focus-visible,
.kdemo-menu:focus-visible,
.kdemo a:focus-visible,
.kdemo button:focus-visible { outline: 3px solid rgba(23, 142, 139, .26); outline-offset: 3px; }

.kdemo-hero { position: relative; min-height: 650px; color: #fff; background: #0d3a45; overflow: hidden; }
.kdemo-hero:before { position: absolute; inset: 0; background: radial-gradient(circle at 76% 34%, rgba(72, 191, 180, .16), transparent 29%), radial-gradient(circle at 12% 86%, rgba(43, 117, 126, .18), transparent 35%); content: ""; pointer-events: none; }
.kdemo-hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(139, 222, 213, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(139, 222, 213, .03) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, transparent 0, #000 45%, #000); }
.kdemo-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); gap: clamp(58px, 7vw, 96px); align-items: center; min-height: 650px; padding: 82px 0; }
.kdemo-eyebrow { margin: 0 0 18px; color: var(--kdemo-teal); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.kdemo-hero .kdemo-eyebrow,
.kdemo-steps .kdemo-eyebrow { color: var(--kdemo-mint); }
.kdemo-hero h1,
.kdemo-section-heading h2 { margin: 0; font: 700 clamp(48px, 5vw, 72px)/.98 var(--kdemo-display); letter-spacing: -.06em; }
.kdemo-hero h1 { color: #fff; }
.kdemo-hero h1 span,
.kdemo-section-heading h2 span { color: var(--kdemo-teal); }
.kdemo-hero h1 span,
.kdemo-section-heading--light h2 span { color: var(--kdemo-mint); }
.kdemo-hero__lead { max-width: 610px; margin: 28px 0 0; color: #c5d7db; font-size: 17px; }
.kdemo-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 27px 0 0; padding: 0; list-style: none; }
.kdemo-hero__facts li { color: #dce9eb; font-size: 11px; font-weight: 650; }
.kdemo-hero__facts li:before { display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 8px; border-radius: 50%; color: #07363d; background: var(--kdemo-mint); content: "✓"; font-size: 10px; }

.kdemo-download-card { position: relative; padding: 34px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 22px; color: var(--kdemo-ink); background: linear-gradient(145deg, #fff, #eff7f7); box-shadow: 0 36px 85px rgba(0, 0, 0, .22); overflow: hidden; }
.kdemo-download-card:before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--kdemo-teal), #62c9c0, #2f6df6); content: ""; }
.kdemo-download-card__top { display: grid; grid-template-columns: 12px 1fr auto; gap: 13px; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--kdemo-line); }
.kdemo-release-mark { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: var(--kdemo-teal); box-shadow: 0 0 0 5px rgba(23, 142, 139, .09); }
.kdemo-download-card__top p { margin: 0 0 6px; color: var(--kdemo-teal); font-size: 8px; font-weight: 750; letter-spacing: .14em; }
.kdemo-download-card__top h2 { margin: 0; font: 700 20px/1.2 var(--kdemo-display); }
.kdemo-download-card__top > strong { padding: 6px 9px; border: 1px solid rgba(23, 142, 139, .2); border-radius: 99px; color: #126f6b; background: #e7f5f2; font-size: 9px; }
.kdemo-release-data { margin: 16px 0 25px; }
.kdemo-release-data div { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--kdemo-line); }
.kdemo-release-data dt { color: var(--kdemo-copy); font-size: 9px; }
.kdemo-release-data dd { margin: 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 650; text-align: right; }
.kdemo-download-button { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 0 20px; border: 1px solid var(--kdemo-ink); border-radius: 11px; color: #fff !important; background: var(--kdemo-ink); box-shadow: 0 15px 32px rgba(8, 39, 51, .14); transition: transform .25s, background .25s, box-shadow .25s; }
.kdemo-download-button span { font-size: 14px; font-weight: 750; }
.kdemo-download-button small { color: #bcd0d5; font-size: 8px; letter-spacing: .1em; }
.kdemo-legacy-jump { display: flex; align-items: center; justify-content: center; gap: 6px; width: max-content; margin: 10px auto 0; padding: 5px 7px; color: #49636e; font-size: 10px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(73, 99, 110, .34); text-underline-offset: 3px; transition: color .2s, text-decoration-color .2s; }
.kdemo-signing-note { display: flex; align-items: center; gap: 7px; margin: 17px 0 0; color: #657b84; font-size: 8.5px; line-height: 1.45; white-space: nowrap; }
.kdemo-signing-note p { margin: 0; }
.kdemo-info-icon { display: inline-grid; flex: 0 0 16px; place-items: center; width: 16px; height: 16px; border: 1px solid rgba(23, 142, 139, .38); border-radius: 50%; color: #126f6b; background: #e7f5f2; font: 700 10px/1 var(--kdemo-body); }
.kdemo-signing-note strong { color: #435d67; }

.kdemo-section { padding: 104px 0; }
.kdemo-section-heading { max-width: 590px; }
.kdemo-section-heading h2 { font-size: clamp(42px, 4.3vw, 62px); }
.kdemo-section-heading > p:not(.kdemo-eyebrow) { margin: 24px 0 0; color: var(--kdemo-copy); }
.kdemo-overview { background: linear-gradient(135deg, #fbfcfb, #edf5f6); }
.kdemo-overview__layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(58px, 7vw, 92px); align-items: start; }
.kdemo-feature-ledger { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #bfcfd2; border-bottom: 1px solid #bfcfd2; }
.kdemo-feature-ledger__column { padding: 28px 30px 28px 0; }
.kdemo-feature-ledger__column + .kdemo-feature-ledger__column { padding-right: 0; padding-left: 30px; border-left: 1px solid var(--kdemo-line); }
.kdemo-ledger-label { margin: 0 0 17px; color: var(--kdemo-teal); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.kdemo-feature-ledger ul { margin: 0; padding: 0; list-style: none; }
.kdemo-feature-ledger li { position: relative; padding: 11px 0 11px 27px; border-bottom: 1px solid var(--kdemo-line); font-size: 10px; font-weight: 650; }
.kdemo-feature-ledger li:before { position: absolute; top: 12px; left: 0; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--kdemo-teal); background: #dff2ef; content: "✓"; font-size: 9px; }
.kdemo-feature-ledger__column--limits li:before { color: #8a5a28; background: #f8eddd; content: "—"; }
.kdemo-feature-ledger__column--limits > p:last-child { margin: 19px 0 0; padding-left: 13px; border-left: 2px solid var(--kdemo-teal); color: #48636d; font-size: 10px; }

.kdemo-steps { position: relative; color: #fff; background-color: #0d3a45; background-image: linear-gradient(rgba(139, 222, 213, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(139, 222, 213, .026) 1px, transparent 1px), radial-gradient(circle at 80% 44%, rgba(61, 177, 166, .12), transparent 32%); background-size: 54px 54px, 54px 54px, auto; }
.kdemo-section-heading--light h2 { color: #fff; }
.kdemo-step-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 60px 0 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.kdemo-step-list li { min-height: 190px; padding: 27px 25px; border-right: 1px solid rgba(255, 255, 255, .14); }
.kdemo-step-list li:last-child { border-right: 0; }
.kdemo-step-list li > span { color: var(--kdemo-mint); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.kdemo-step-list h3 { margin: 34px 0 12px; font: 700 20px/1.2 var(--kdemo-display); }
.kdemo-step-list p { margin: 0; color: #bfd0d4; font-size: 11px; }

.kdemo-security { background: var(--kdemo-paper); }
.kdemo-security__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 7vw, 96px); align-items: center; }
.kdemo-security-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.kdemo-security-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 15px; border: 1px solid #bfd2d5; border-radius: 9px; color: #1c5058; background: #fff; font-size: 10px; font-weight: 700; transition: color .2s, border-color .2s, transform .2s; }
.kdemo-hash-card { padding: 29px; border: 1px solid #cadcdf; border-radius: 18px; background: #f4f9f9; box-shadow: 0 24px 60px rgba(8, 39, 51, .09); }
.kdemo-hash-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--kdemo-line); }
.kdemo-hash-card__head span { color: var(--kdemo-teal); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.kdemo-hash-card__head strong { font-size: 9px; }
.kdemo-hash-card > code { display: block; margin: 22px 0 14px; color: #173f49; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.kdemo-hash-card > button { min-height: 42px; padding: 0 15px; border: 1px solid var(--kdemo-ink); border-radius: 8px; color: #fff; background: var(--kdemo-ink); font-size: 10px; font-weight: 700; cursor: pointer; }
.kdemo-copy-status { min-height: 18px; margin: 7px 0 0; color: var(--kdemo-teal); font-size: 9px; }
.kdemo-command { margin-top: 17px; padding: 15px; border: 1px solid #d4e3e4; border-radius: 9px; background: #fff; }
.kdemo-command span { display: block; margin-bottom: 8px; color: var(--kdemo-copy); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.kdemo-command code { display: block; font-size: 9px; overflow-wrap: anywhere; }
.kdemo-hash-card > p:last-child { margin: 17px 0 0; color: #657b84; font-size: 9px; }

.kdemo-legacy { border-top: 1px solid rgba(13, 43, 56, .08); background: #eaf4f4; }
.kdemo-legacy__layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.kdemo-legacy-card { padding: 30px; border: 1px solid rgba(13, 43, 56, .13); border-radius: 18px; background: rgba(255, 255, 255, .76); box-shadow: 0 24px 62px rgba(13, 43, 56, .08); }
.kdemo-legacy-card__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--kdemo-line); }
.kdemo-legacy-card__head p { margin: 0 0 5px; color: var(--kdemo-teal); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.kdemo-legacy-card__head h3 { margin: 0; font: 700 29px/1 var(--kdemo-display); }
.kdemo-legacy-card__head > span { padding: 6px 9px; border: 1px solid rgba(13, 43, 56, .12); border-radius: 99px; color: #58717b; background: #f4f8f8; font-size: 9px; font-weight: 700; white-space: nowrap; }
.kdemo-legacy-card__filename { display: block; margin: 18px 0; color: #4d6570; font-size: 10px; overflow-wrap: anywhere; }
.kdemo-legacy-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.kdemo-legacy-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 15px; border: 1px solid rgba(13, 43, 56, .16); border-radius: 9px; color: #294852; background: #fff; font-size: 10px; font-weight: 750; text-decoration: none; transition: border-color .2s, color .2s, transform .2s; }
.kdemo-legacy-actions .kdemo-legacy-primary { gap: 9px; border-color: var(--kdemo-ink); color: #fff; background: var(--kdemo-ink); }
.kdemo-legacy-hash { margin-top: 16px; border-top: 1px solid var(--kdemo-line); }
.kdemo-legacy-hash summary { padding: 14px 0 8px; color: #4d6570; cursor: pointer; font-size: 10px; font-weight: 750; }
.kdemo-legacy-hash code { display: block; padding: 12px; border-radius: 8px; color: #3e5963; background: #eff6f6; font-size: 9px; overflow-wrap: anywhere; }
.kdemo-store-download--legacy { justify-content: flex-start; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--kdemo-line); text-align: left; }

/* KAPOCS Órarend 2.0 – termék- és tartalmi hierarchia. */
.kdemo-hero { min-height: 700px; }
.kdemo-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(455px, .92fr); gap: clamp(52px, 6vw, 84px); min-height: 700px; }
.kdemo-hero h1 { max-width: 690px; font-size: clamp(46px, 4.7vw, 68px); }
.kdemo-hero__lead { max-width: 670px; }
.kdemo-hero__facts { gap: 12px 22px; }
.kdemo-release-product p { margin: 0 0 7px; color: var(--kdemo-teal); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.kdemo-release-product h2 { margin: 0; font: 700 25px/1.2 var(--kdemo-display); }
.kdemo-guide-secondary { display: flex; align-items: center; justify-content: center; gap: 7px; width: max-content; min-height: 44px; margin: 10px auto 0; padding: 0 12px; color: #31545f; font-size: 10px; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(49, 84, 95, .28); text-underline-offset: 3px; }
.kdemo-download-summary { margin: 11px 0 0; color: #5b727b; font-size: 9px; font-weight: 650; text-align: center; }
.kdemo-download-summary span { margin-inline: 4px; color: var(--kdemo-teal); }

.kdemo-whats-new { background: #fbfcfb; }
.kdemo-whats-new__heading { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); gap: 35px 80px; align-items: end; margin-bottom: 48px; }
.kdemo-whats-new__heading .kdemo-eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
.kdemo-whats-new__heading h2 { margin: 0; font: 700 clamp(42px, 4.3vw, 62px)/1 var(--kdemo-display); letter-spacing: -.055em; }
.kdemo-whats-new__heading h2 span { color: var(--kdemo-teal); }
.kdemo-whats-new__heading > p:last-child { margin: 0 0 3px; color: var(--kdemo-copy); font-size: 16px; }
.kdemo-new-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kdemo-new-feature { position: relative; min-height: 184px; padding: 24px 22px 22px; border: 1px solid #d3e2e4; border-radius: 14px; background: linear-gradient(150deg, #fff, #f5f9f9); transition: border-color .25s, box-shadow .25s, transform .25s; }
.kdemo-new-feature > span { display: block; margin-bottom: 19px; color: var(--kdemo-teal); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.kdemo-new-feature h3 { margin: 0; font: 700 17px/1.25 var(--kdemo-display); }
.kdemo-new-feature p { margin: 12px 0 0; color: var(--kdemo-copy); font-size: 11px; line-height: 1.65; }
.kdemo-app-visual { margin: 42px 0 0; border: 1px solid #bfcfd6; border-radius: 18px; background: #0b2841; box-shadow: 0 30px 76px rgba(13, 58, 69, .16); overflow: hidden; }
.kdemo-app-visual picture, .kdemo-app-visual img { display: block; width: 100%; }
.kdemo-app-visual img { height: auto; }

.kdemo-overview { padding-block: 78px; }
.kdemo-overview__layout { grid-template-columns: .92fr 1.08fr; gap: 45px 68px; align-items: start; }
.kdemo-overview .kdemo-section-heading h2 { font-size: clamp(35px, 3.4vw, 47px); line-height: 1.04; }
.kdemo-overview .kdemo-section-heading > p:not(.kdemo-eyebrow) { margin-top: 20px; font-size: 14px; }
.kdemo-feature-ledger__column { padding-top: 18px; padding-bottom: 18px; }
.kdemo-feature-ledger li { padding-block: 8px; }
.kdemo-feature-ledger li:before { top: 9px; }
.kdemo-overview-note { grid-column: 1 / -1; margin: 0; padding: 17px 20px; border: 1px solid rgba(23, 142, 139, .2); border-left: 3px solid var(--kdemo-teal); border-radius: 10px; color: #31555e; background: #edf8f6; font-size: 12px; font-weight: 700; }

.kdemo-technical { padding: 46px 0; border-top: 1px solid rgba(13, 43, 56, .08); border-bottom: 1px solid rgba(13, 43, 56, .08); background: #f7fafa; }
.kdemo-technical__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 6vw, 76px); align-items: center; }
.kdemo-technical__copy h2 { margin: 0; font: 700 clamp(25px, 2.6vw, 36px)/1.12 var(--kdemo-display); letter-spacing: -.035em; }
.kdemo-technical__copy > p:last-child { margin: 14px 0 0; color: var(--kdemo-copy); font-size: 12px; }
.kdemo-verification-tools { display: grid; gap: 8px; }
.kdemo-verification-detail { border: 1px solid #cedfe1; border-radius: 10px; background: #fff; overflow: hidden; }
.kdemo-verification-detail summary { position: relative; display: flex; align-items: center; min-height: 48px; padding: 0 42px 0 15px; color: #264b56; cursor: pointer; font-size: 11px; font-weight: 750; list-style: none; }
.kdemo-verification-detail summary::-webkit-details-marker { display: none; }
.kdemo-verification-detail summary:after { position: absolute; right: 16px; color: var(--kdemo-teal); content: "+"; font-size: 18px; font-weight: 500; }
.kdemo-verification-detail[open] summary:after { content: "−"; }
.kdemo-verification-detail summary:focus-visible { outline: 3px solid rgba(23, 142, 139, .24); outline-offset: -3px; }
.kdemo-verification-detail__content { padding: 14px 15px 16px; border-top: 1px solid var(--kdemo-line); }
.kdemo-verification-detail__content > code { display: block; padding: 12px; border-radius: 7px; color: #234a55; background: #eff6f6; font-size: 9px; overflow-wrap: anywhere; }
.kdemo-verification-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.kdemo-verification-actions button, .kdemo-verification-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 13px; border: 1px solid var(--kdemo-ink); border-radius: 8px; color: #fff; background: var(--kdemo-ink); font-size: 10px; font-weight: 750; cursor: pointer; }
.kdemo-verification-actions a { border-color: #bfd2d5; color: #27515b; background: #fff; }

.kdemo-legacy { padding: 48px 0; }
.kdemo-legacy-card { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 18px 44px; align-items: center; padding: 27px 30px; box-shadow: 0 18px 46px rgba(13, 43, 56, .065); }
.kdemo-legacy-card__copy h2 { margin: 0; font: 700 28px/1.15 var(--kdemo-display); letter-spacing: -.035em; }
.kdemo-legacy-card__copy > p:last-child { margin: 10px 0 0; color: var(--kdemo-copy); font-size: 11px; }
.kdemo-legacy-actions { justify-content: flex-end; }
.kdemo-store-download--legacy { grid-column: 2; justify-content: flex-end; margin: 0; padding: 12px 0 0; text-align: right; }
.kdemo-legacy-card > .kdemo-admin-download-stats { grid-column: 1 / -1; margin-top: 0; }

.kdemo-docs { background: linear-gradient(135deg, #edf5f6, #f8fbfb); }
.kdemo-doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 54px; border-top: 1px solid #bfcfd2; border-bottom: 1px solid #bfcfd2; }
.kdemo-doc-item { display: grid; grid-template-columns: 30px 1fr; gap: 16px; min-height: 190px; padding: 28px; border-right: 1px solid var(--kdemo-line); transition: background .25s, transform .25s; }
.kdemo-doc-item:last-child { border-right: 0; }
.kdemo-doc-item > span { color: var(--kdemo-teal); font-size: 9px; font-weight: 800; }
.kdemo-doc-item h3 { margin: 0 0 12px; font: 700 17px/1.25 var(--kdemo-display); }
.kdemo-doc-item p { margin: 0; color: var(--kdemo-copy); font-size: 10px; }
.kdemo-doc-item > strong { grid-column: 2; align-self: end; color: var(--kdemo-teal); font-size: 9px; letter-spacing: .05em; }
.kdemo-requirements { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; margin-top: 58px; padding-top: 34px; border-top: 1px solid #bfcfd2; scroll-margin-top: 100px; }
.kdemo-requirements h3 { margin: 0; font: 700 25px/1.2 var(--kdemo-display); }
.kdemo-requirements dl { margin: 0; }
.kdemo-requirements dl div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--kdemo-line); }
.kdemo-requirements dt { color: var(--kdemo-copy); font-size: 9px; }
.kdemo-requirements dd { margin: 0; font-size: 10px; font-weight: 650; }

.kdemo-footer { position: relative; color: #294852; background: linear-gradient(135deg, #f4f8f8, #eaf3f4); }
.kdemo-footer:before { position: absolute; top: 0; left: 50%; width: min(1180px, calc(100% - 48px)); height: 2px; background: linear-gradient(90deg, transparent, rgba(0, 143, 136, .38) 12%, #39aaa3 50%, rgba(0, 143, 136, .38) 88%, transparent); transform: translateX(-50%); content: ""; }
.kdemo-footer__main { display: grid; grid-template-columns: minmax(410px, .9fr) minmax(0, 1.1fr); gap: 36px; align-items: center; padding-top: 30px; }
.kdemo-footer .kdemo-brand { min-width: 0; }
.kdemo-footer .kdemo-brand small { max-width: none; white-space: nowrap; }
.kdemo-footer nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 2vw, 28px); white-space: nowrap; }
.kdemo-footer nav a { position: relative; display: flex; align-items: center; min-height: 38px; font-size: 9px; font-weight: 650; }
.kdemo-footer__bottom { margin-top: 18px; padding: 11px 0 14px; border-top: 1px solid rgba(8, 39, 51, .11); text-align: center; }
.kdemo-footer__bottom p { margin: 0; color: #6b8188; font-size: 9px; }

.kdemo-reveal { opacity: 1; transform: none; }
.kdemo.kdemo-js .kdemo-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1); }
.kdemo.kdemo-js .kdemo-reveal.is-visible { opacity: 1; transform: none; }

@media (hover: hover) and (pointer: fine) {
  .kdemo-nav a:hover:after { right: 0; }
  .kdemo-nav a:hover { color: var(--kdemo-teal); }
  .kdemo-header__cta:hover,
  .kdemo-download-button:hover { background: #123f4c; box-shadow: 0 18px 38px rgba(8, 39, 51, .2); transform: translateY(-2px); }
  .kdemo-legacy-jump:hover { color: var(--kdemo-teal); text-decoration-color: currentColor; }
  .kdemo-legacy-actions a:hover { border-color: var(--kdemo-teal); color: var(--kdemo-teal); transform: translateY(-1px); }
  .kdemo-legacy-actions .kdemo-legacy-primary:hover { border-color: #123f4c; color: #fff; background: #123f4c; }
  .kdemo-guide-secondary:hover { color: var(--kdemo-teal); text-decoration-color: currentColor; }
  .kdemo-new-feature:hover { border-color: rgba(23, 142, 139, .38); box-shadow: 0 14px 34px rgba(13, 43, 56, .07); transform: translateY(-2px); }
  .kdemo-verification-actions button:hover { background: #123f4c; }
  .kdemo-verification-actions a:hover { border-color: var(--kdemo-teal); color: var(--kdemo-teal); }
  .kdemo-security-links a:hover { color: var(--kdemo-teal); border-color: rgba(23, 142, 139, .45); transform: translateY(-2px); }
  .kdemo-doc-item:hover { background: rgba(255, 255, 255, .62); transform: translateY(-3px); }
}

@media (max-width: 1120px) {
  .kdemo-brand { min-width: 215px; }
  .kdemo-brand small { display: none; }
  .kdemo-nav { gap: 15px; }
  .kdemo-header__cta { margin-left: 18px; padding-inline: 14px; }
}

@media (max-width: 920px) {
  .kdemo-header__cta { display: none; }
  .kdemo-menu { display: block; }
  .kdemo-header__inner { position: relative; }
  .kdemo-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; margin: 0; padding: 9px; border: 1px solid rgba(13, 43, 56, .11); border-radius: 0 0 14px 14px; background: rgba(255, 255, 255, .98); box-shadow: 0 20px 34px rgba(18, 57, 70, .12); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility 0s linear .2s; }
  .kdemo-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .kdemo-nav a { min-height: 46px; padding: 0 12px; border-radius: 8px; font-size: 13px; }
  .kdemo-nav a:after { display: none; }
  .kdemo-hero__layout,
  .kdemo-overview__layout,
  .kdemo-security__layout,
  .kdemo-legacy__layout { grid-template-columns: 1fr; }
  .kdemo-whats-new__heading,
  .kdemo-technical__layout,
  .kdemo-legacy-card { grid-template-columns: 1fr; }
  .kdemo-whats-new__heading { gap: 22px; }
  .kdemo-whats-new__heading .kdemo-eyebrow { margin-bottom: 0; }
  .kdemo-new-feature-grid { grid-template-columns: 1fr 1fr; }
  .kdemo-legacy-actions { justify-content: flex-start; }
  .kdemo-store-download--legacy { grid-column: 1; justify-content: flex-start; text-align: left; }
  .kdemo-hero__layout { gap: 48px; padding: 70px 0 78px; }
  .kdemo-download-card { width: min(100%, 620px); }
  .kdemo-step-list { grid-template-columns: 1fr 1fr; }
  .kdemo-step-list li:nth-child(2) { border-right: 0; }
  .kdemo-step-list li:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .kdemo-doc-grid { grid-template-columns: 1fr; }
  .kdemo-doc-item { min-height: 0; border-right: 0; border-bottom: 1px solid var(--kdemo-line); }
  .kdemo-doc-item:last-child { border-bottom: 0; }
  .kdemo-requirements { grid-template-columns: 1fr; gap: 28px; }
  .kdemo-footer__main { grid-template-columns: 1fr; gap: 20px; }
  .kdemo-footer nav { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .kdemo-container { width: calc(100% - 28px); }
  .kdemo-header,
  .kdemo-header__inner { min-height: 66px; }
  .kdemo-brand { min-width: 0; }
  .kdemo-brand img { width: 35px; height: 35px; }
  .kdemo-brand strong { font-size: 14px; }
  .kdemo-hero { min-height: 0; }
  .kdemo-hero__layout { min-height: 0; padding: 58px 0 64px; }
  .kdemo-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .kdemo-hero__lead { font-size: 14px; }
  .kdemo-hero__facts { display: grid; }
  .kdemo-download-card { padding: 25px 20px; border-radius: 17px; }
  .kdemo-download-button { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; padding-block: 12px; }
  .kdemo-download-button span { font-size: 12px; }
  .kdemo-signing-note { align-items: flex-start; white-space: normal; }
  .kdemo-download-card__top { grid-template-columns: 10px 1fr; }
  .kdemo-download-card__top > strong { grid-column: 2; width: max-content; }
  .kdemo-section { padding: 74px 0; }
  .kdemo-section-heading h2 { font-size: clamp(37px, 11vw, 48px); }
  .kdemo-whats-new__heading h2 { font-size: clamp(37px, 11vw, 48px); }
  .kdemo-whats-new__heading > p:last-child { font-size: 14px; }
  .kdemo-new-feature-grid { grid-template-columns: 1fr; }
  .kdemo-new-feature { min-height: 0; }
  .kdemo-app-visual { margin-top: 30px; border-radius: 11px; }
  .kdemo-overview { padding-block: 62px; }
  .kdemo-overview .kdemo-section-heading h2 { font-size: clamp(34px, 9.6vw, 43px); }
  .kdemo-feature-ledger { grid-template-columns: 1fr; }
  .kdemo-feature-ledger__column { padding: 25px 0; }
  .kdemo-feature-ledger__column + .kdemo-feature-ledger__column { padding: 25px 0; border-top: 1px solid var(--kdemo-line); border-left: 0; }
  .kdemo-step-list { grid-template-columns: 1fr; }
  .kdemo-step-list li { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .kdemo-step-list li:last-child { border-bottom: 0; }
  .kdemo-step-list h3 { margin-top: 20px; }
  .kdemo-hash-card { padding: 23px 18px; }
  .kdemo-legacy-card { padding: 25px 20px; }
  .kdemo-legacy-card__head { align-items: flex-start; }
  .kdemo-legacy-actions { display: grid; }
  .kdemo-legacy-actions a { width: 100%; }
  .kdemo-technical { padding-block: 38px; }
  .kdemo-verification-actions { display: grid; }
  .kdemo-verification-actions button, .kdemo-verification-actions a { width: 100%; }
  .kdemo-store-download--legacy { align-items: flex-start; flex-direction: column; }
  .kdemo-security-links { display: grid; }
  .kdemo-security-links a { justify-content: center; }
  .kdemo-doc-item { grid-template-columns: 26px 1fr; padding: 24px 10px; }
  .kdemo-requirements dl div { grid-template-columns: 1fr; gap: 4px; }
  .kdemo-footer:before { width: calc(100% - 28px); }
  .kdemo-footer .kdemo-brand small { display: block; max-width: 225px; white-space: normal; }
  .kdemo-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; white-space: normal; }
  .kdemo-footer nav a { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .kdemo *, .kdemo *:before, .kdemo *:after { animation: none !important; transition-duration: .001ms !important; }
  .kdemo.kdemo-js .kdemo-reveal { opacity: 1; transform: none; }
}
