.jzde {
  --de-ink: #071b25;
  --de-deep: #020b11;
  --de-deep-2: #071721;
  --de-paper: #eef3f3;
  --de-paper-2: #f8fbfa;
  --de-line: rgba(18, 55, 69, .18);
  --de-line-dark: rgba(113, 229, 231, .18);
  --de-cyan: #27c9cd;
  --de-cyan-bright: #69f0f1;
  --de-orange: #ff5a00;
  --de-muted: #57717d;
  --de-muted-dark: #8ca8b2;
  --de-radius: 18px;
  --de-radius-sm: 12px;
  --de-shadow: 0 24px 70px rgba(4, 28, 39, .12);
  color: var(--de-ink);
  background: var(--de-paper);
  overflow: clip;
}

.jzde *, .jzde *::before, .jzde *::after { box-sizing: border-box; }
.jzde-container { width: min(1480px, calc(100% - 64px)); margin-inline: auto; }
.jzde h1, .jzde h2, .jzde h3, .jzde p { margin-top: 0; }
.jzde h1, .jzde h2, .jzde h3 { color: inherit; }
.jzde svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.jzde-button {
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--de-orange);
  border-radius: 999px !important;
  background: var(--de-orange);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.jzde-button:hover { transform: translateY(-2px); background: #ff6b18; border-color: #ff6b18; box-shadow: 0 12px 30px rgba(255, 90, 0, .23); color: #fff; }
.jzde-button:focus-visible, .jzde-inline-action:focus-visible, .jzde input:focus-visible, .jzde select:focus-visible, .jzde textarea:focus-visible, .jzde summary:focus-visible, .jzde-rail a:focus-visible { outline: 3px solid var(--de-cyan); outline-offset: 3px; }
.jzde-button--secondary { background: transparent; color: inherit; border-color: currentColor; box-shadow: none; }
.jzde-button--secondary:hover { background: rgba(39, 201, 205, .1); border-color: var(--de-cyan); color: inherit; box-shadow: none; }
.jzde-button--small { min-height: 44px; padding: 10px 17px; font-size: 13px; }

.jzde-hero {
  position: relative;
  min-height: min(880px, calc(100svh - 88px));
  display: grid;
  align-items: center;
  padding: 92px 0 76px;
  color: #ecf9fa;
  background:
    radial-gradient(circle at 75% 45%, rgba(39, 201, 205, .14), transparent 31%),
    linear-gradient(135deg, #02090e 0%, #061822 56%, #031016 100%);
}
.jzde-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(86, 220, 223, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(86, 220, 223, .05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.jzde-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr); gap: 72px; align-items: center; }
.jzde-hero__copy { max-width: 680px; }
.jzde-hero .jzm-eyebrow { color: var(--de-cyan-bright); letter-spacing: .18em; }
.jzde-hero h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(48px, 5vw, 82px); line-height: .96; letter-spacing: -.055em; text-wrap: balance; }
.jzde-hero__lede { max-width: 700px; margin-bottom: 32px; color: #b5c8cf; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.jzde-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.jzde-hero .jzde-button--secondary { color: #d9edef; border-color: rgba(217, 237, 239, .5); }
.jzde-boundary { display: grid; grid-template-columns: 34px 1fr; gap: 15px; max-width: 700px; padding-top: 22px; border-top: 1px solid var(--de-line-dark); color: #9cb5be; }
.jzde-boundary > svg { width: 27px; height: 27px; color: var(--de-cyan); }
.jzde-boundary p { margin: 0; display: grid; gap: 4px; font-size: 13px; line-height: 1.55; }
.jzde-boundary strong { color: #e3f5f6; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; }

.jzde-hero__visual { position: relative; min-width: 0; border: 1px solid rgba(82, 223, 226, .22); border-radius: 22px; background: rgba(2, 12, 18, .72); box-shadow: 0 50px 100px rgba(0, 0, 0, .36); overflow: hidden; }
.jzde-hero__visual::before { content: ""; position: absolute; inset: 48px 0 92px; pointer-events: none; background: radial-gradient(ellipse at center, rgba(39, 201, 205, .16), transparent 62%); }
.jzde-model-head { min-height: 50px; padding: 12px 18px; border-bottom: 1px solid var(--de-line-dark); display: flex; align-items: center; justify-content: space-between; gap: 16px; font: 700 11px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; color: #9bb6c0; }
.jzde-model-head span { display: flex; align-items: center; gap: 9px; }
.jzde-model-head i, .jzde-cad-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--de-cyan); box-shadow: 0 0 14px var(--de-cyan); }
.jzde-model-head strong { color: var(--de-cyan-bright); }
.jzde-hero canvas { position: relative; display: block; width: 100%; height: 430px; cursor: grab; touch-action: none; }
.jzde-hero canvas:active { cursor: grabbing; }
.jzde-model-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--de-line-dark); }
.jzde-model-stats div { min-width: 0; padding: 15px 18px; border-inline-end: 1px solid var(--de-line-dark); }
.jzde-model-stats div:last-child { border-inline-end: 0; }
.jzde-model-stats span { display: block; margin-bottom: 7px; color: #6f919e; font: 700 9px/1.2 ui-monospace, monospace; letter-spacing: .12em; }
.jzde-model-stats b { display: block; color: #e6f6f6; font: 750 13px/1.25 ui-monospace, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jzde-model-help { margin: 0; padding: 10px 18px 13px; color: #668795; font-size: 11px; line-height: 1.45; border-top: 1px solid rgba(82, 223, 226, .08); }

.jzde-rail { position: sticky; z-index: 20; top: var(--header-height, 76px); color: #d8eff0; background: rgba(3, 14, 21, .95); backdrop-filter: blur(16px); border-top: 1px solid rgba(89, 232, 234, .15); border-bottom: 1px solid rgba(89, 232, 234, .15); }
.jzde-rail .jzde-container { display: grid; grid-template-columns: repeat(5, 1fr); }
.jzde-rail a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 64px; color: #90aab4; text-decoration: none; border-inline-end: 1px solid rgba(89, 232, 234, .12); transition: color .2s ease, background .2s ease; }
.jzde-rail a:first-child { border-inline-start: 1px solid rgba(89, 232, 234, .12); }
.jzde-rail a:hover { color: #fff; background: rgba(39, 201, 205, .08); }
.jzde-rail span { color: var(--de-cyan); font: 700 10px/1 ui-monospace, monospace; }
.jzde-rail b { font-size: 12px; letter-spacing: .04em; }

.jzde-section { position: relative; padding: 104px 0; }
.jzde-section--light { background: var(--de-paper); color: var(--de-ink); }
.jzde-section--dark { color: #e8f4f5; background: linear-gradient(150deg, #031018, #071b25 54%, #041219); }
.jzde-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); gap: 48px; align-items: end; margin-bottom: 54px; }
.jzde-section-head .jzm-eyebrow { margin-bottom: 12px; color: var(--de-orange); }
.jzde-section-head h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 62px); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.jzde-section-head > p { margin-bottom: 4px; color: var(--de-muted); line-height: 1.65; }
.jzde-section--dark .jzde-section-head > p { color: var(--de-muted-dark); }

.jzde-form { display: grid; gap: 24px; }
.jzde-panel { border: 1px solid var(--de-line); border-radius: var(--de-radius); background: var(--de-paper-2); box-shadow: var(--de-shadow); overflow: hidden; scroll-margin-top: 160px; }
.jzde-panel__head { min-height: 112px; display: grid; grid-template-columns: 52px 1fr 86px; gap: 18px; align-items: center; padding: 24px 30px; border-bottom: 1px solid var(--de-line); }
.jzde-step { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: var(--de-ink); font: 750 12px/1 ui-monospace, monospace; }
.jzde-panel__head h3 { margin-bottom: 5px; font-size: 24px; letter-spacing: -.025em; }
.jzde-panel__head p { margin-bottom: 0; color: var(--de-muted); font-size: 14px; }
.jzde-panel__icon { justify-self: end; width: 78px; height: 60px; color: #183d4b; }
.jzde-panel__icon svg { width: 100%; height: 100%; transition: color .2s ease, transform .35s ease; }
.jzde-panel:hover .jzde-panel__icon { color: var(--de-orange); }
.jzde-panel:hover .jzde-icon-spin { transform-box: fill-box; transform-origin: center; animation: jzde-spin 2.4s linear infinite; }
.jzde-panel:hover .jzde-icon-measure { animation: jzde-measure 1.35s ease-in-out infinite alternate; }

.jzde-fields { display: grid; gap: 22px 20px; padding: 30px; }
.jzde-fields--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jzde-fields--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jzde label { min-width: 0; display: grid; align-content: start; gap: 8px; color: #183541; font-size: 12px; font-weight: 720; }
.jzde label > span:first-child { min-height: 17px; }
.jzde input, .jzde select, .jzde textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b7c8cd; border-radius: 11px; background: #fff; color: #071b25; font: inherit; font-weight: 620; transition: border-color .18s ease, box-shadow .18s ease; }
.jzde textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
.jzde input:focus, .jzde select:focus, .jzde textarea:focus { border-color: var(--de-cyan); box-shadow: 0 0 0 4px rgba(39, 201, 205, .12); outline: 0; }
.jzde label small { color: var(--de-muted); font-size: 10px; font-weight: 520; line-height: 1.4; }
.jzde-input-unit { position: relative; display: block; }
.jzde-input-unit input { padding-inline-end: 55px; }
.jzde-input-unit b { position: absolute; top: 50%; inset-inline-end: 13px; transform: translateY(-50%); color: #58737e; font: 700 10px/1 ui-monospace, monospace; pointer-events: none; }
.jzde-advanced { border-top: 1px solid var(--de-line); }
.jzde-advanced summary { min-height: 62px; padding: 18px 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #143440; font-size: 13px; font-weight: 760; cursor: pointer; list-style: none; }
.jzde-advanced summary::-webkit-details-marker { display: none; }
.jzde-advanced summary svg { transition: transform .2s ease; }
.jzde-advanced[open] summary svg { transform: rotate(90deg); }
.jzde-advanced .jzde-fields { padding-top: 6px; }
.jzde-interface-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 30px 22px; }
.jzde-interface-toolbar > p { max-width: 720px; margin: 0; color: var(--de-muted); font-size: 12px; line-height: 1.55; }
.jzde-interface-toolbar > div { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 8px; }
.jzde-interface-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 0 30px 24px; }
.jzde-interface-card { border: 1px solid var(--de-line); border-radius: var(--de-radius); background: #f8fbfb; overflow: hidden; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.jzde-interface-card:hover { transform: translateY(-3px); border-color: rgba(16, 126, 139, .34); box-shadow: 0 16px 36px rgba(5, 35, 44, .08); }
.jzde-interface-card header { min-height: 84px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--de-line); background: #eef5f5; }
.jzde-interface-card header > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid rgba(9, 105, 119, .28); border-radius: 50%; color: #0b6674; background: rgba(39, 201, 205, .11); font: 800 9px/1 ui-monospace, monospace; letter-spacing: .08em; transition: transform .3s ease, color .3s ease, background .3s ease; }
.jzde-interface-card:hover header > span { transform: rotate(-9deg) scale(1.08); color: #fff; background: #0b6775; }
[dir="rtl"] .jzde-interface-card:hover header > span { transform: rotate(9deg) scale(1.08); }
.jzde-interface-card h4 { margin: 0 0 4px; color: #123641; font-size: 17px; }
.jzde-interface-card header p { margin: 0; color: var(--de-muted); font-size: 11px; }
.jzde-interface-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; padding: 20px; }
.jzde-interface-fields label { align-content: start; }
.jzde-span-2 { grid-column: 1 / -1; }
.jzde-spline-fields { border-top: 1px solid var(--de-line); }
.jzde-form__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 8px; }
.jzde-form__actions > p { margin: 0 0 0 auto; color: var(--de-muted); font-size: 13px; }
.jzde-form__actions > p.is-error { color: #b63222; }
.jzde-form__actions > p.is-success { color: #08775f; }
.jzde-calculation-gate { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 18px; align-items: center; margin-top: 16px; padding: 22px 24px; border: 1px solid rgba(13, 103, 117, .22); border-radius: var(--de-radius); background: linear-gradient(135deg, rgba(39, 201, 205, .09), #fff); }
.jzde-calculation-gate[hidden] { display: none; }
.jzde-calculation-gate > svg { width: 43px; height: 43px; padding: 9px; border: 1px solid rgba(13, 103, 117, .28); border-radius: 14px; color: #096b78; transition: transform .3s ease; }
.jzde-calculation-gate:hover > svg { transform: rotate(-8deg) scale(1.06); }
[dir="rtl"] .jzde-calculation-gate:hover > svg { transform: rotate(8deg) scale(1.06); }
.jzde-calculation-gate strong { display: block; margin-bottom: 7px; color: #08707e; font: 760 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.jzde-calculation-gate h3 { margin: 0 0 5px; color: #123641; font-size: 18px; }
.jzde-calculation-gate p { max-width: 760px; margin: 0; color: var(--de-muted); font-size: 12px; line-height: 1.55; }

.jzde-result-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.jzde-result-grid::before, .jzde-verification-layout::before, .jzde-document-grid::before { content: attr(data-access-mark); position: absolute; z-index: 3; top: 50%; left: 50%; width: min(82%, 760px); transform: translate(-50%, -50%) rotate(-8deg); color: rgba(173, 236, 238, .16); font: 800 clamp(15px, 2.1vw, 27px)/1.2 ui-monospace, monospace; letter-spacing: .08em; text-align: center; pointer-events: none; }
[dir="rtl"] .jzde-result-grid::before, [dir="rtl"] .jzde-verification-layout::before, [dir="rtl"] .jzde-document-grid::before { transform: translate(-50%, -50%) rotate(8deg); }
.jzde-result-card { position: relative; min-height: 260px; padding: 28px; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius); background: rgba(3, 15, 22, .62); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.jzde-result-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--de-cyan); transition: transform .3s ease; }
.jzde-result-card:hover { transform: translateY(-5px); border-color: rgba(104, 238, 240, .48); background: rgba(7, 27, 38, .9); }
.jzde-result-card:hover::after { transform: scaleX(1); }
.jzde-result-card__number { color: #5d7e8b; font: 700 10px/1 ui-monospace, monospace; }
.jzde-result-card__icon { position: absolute; top: 19px; inset-inline-end: 22px; width: 78px; height: 62px; color: #5ce5e8; opacity: .78; }
.jzde-result-card__icon svg { width: 100%; height: 100%; }
.jzde-result-card:hover .jzde-icon-spin, .jzde-result-card:hover .jzde-icon-pulse { transform-box: fill-box; transform-origin: center; animation: jzde-spin 2s linear infinite; }
.jzde-result-card:hover .jzde-icon-scan { animation: jzde-scan 1.25s ease-in-out infinite alternate; }
.jzde-result-card:hover .jzde-icon-shift { animation: jzde-shift 1s ease-in-out infinite alternate; }
.jzde-result-card > p { max-width: 57%; margin: 66px 0 12px; color: #7f9da8; font-size: 11px; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.jzde-result-card h3 { margin-bottom: 8px; color: #ecfbfb; font: 760 22px/1.15 ui-monospace, SFMono-Regular, Menlo, monospace; overflow-wrap: anywhere; }
.jzde-result-card small { display: block; color: #9fb7bf; font-size: 12px; line-height: 1.55; }
.jzde-result-card[data-state="warning"]::after { background: #f5a623; transform: scaleX(1); }
.jzde-result-card[data-state="open"]::after { background: #db5262; transform: scaleX(1); }
.jzde-result-card[data-state="locked"]::after { background: #66838d; transform: scaleX(1); }
.jzde-result-card[data-state="locked"] h3 { color: #a8bec5; font-size: 17px; }
.jzde-selection-note { display: grid; grid-template-columns: 32px 1fr; gap: 14px; margin-top: 20px; padding: 22px 24px; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius-sm); background: rgba(39, 201, 205, .06); }
.jzde-selection-note svg { width: 27px; height: 27px; color: var(--de-cyan); }
.jzde-selection-note p { margin: 0; display: grid; gap: 5px; color: #9cb6be; font-size: 13px; line-height: 1.55; }
.jzde-selection-note strong { color: #e7f7f7; }
.jzde-sources { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; margin-top: 14px; color: #7897a2; font: 700 10px/1.3 ui-monospace, monospace; letter-spacing: .08em; }
.jzde-sources span { color: #5e7c87; }
.jzde-sources a { color: #a9d9db; text-decoration: none; border-bottom: 1px solid rgba(105, 240, 241, .35); }
.jzde-sources a:hover { color: #fff; border-color: var(--de-cyan); }
.jzde-reference-library { margin-top: 54px; padding-top: 50px; border-top: 1px solid var(--de-line-dark); }
.jzde-reference-library__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: end; margin-bottom: 24px; }
.jzde-reference-library__head > div { max-width: 820px; }
.jzde-reference-library__head .jzm-eyebrow { color: var(--de-cyan); }
.jzde-reference-library__head h3 { margin: 0 0 12px; max-width: 780px; color: #effcfc; font-size: clamp(27px, 3vw, 42px); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.jzde-reference-library__head p:not(.jzm-eyebrow) { margin: 0; max-width: 760px; color: #90acb6; font-size: 14px; line-height: 1.65; }
.jzde-reference-library__head .jzde-button--secondary { color: #d9edef; border-color: rgba(217, 237, 239, .5); white-space: nowrap; }
.jzde-manufacturer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.jzde-manufacturer-card { position: relative; min-height: 232px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius); color: #eefafa; background: rgba(3, 15, 22, .62); text-decoration: none; overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.jzde-manufacturer-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--de-cyan), var(--de-orange)); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
[dir="rtl"] .jzde-manufacturer-card::after { transform-origin: right; }
.jzde-manufacturer-card:hover { transform: translateY(-5px); border-color: rgba(104, 238, 240, .48); background: rgba(8, 31, 42, .82); box-shadow: 0 18px 38px rgba(0, 0, 0, .2); }
.jzde-manufacturer-card:hover::after { transform: scaleX(1); }
.jzde-manufacturer-card > span { max-width: calc(100% - 54px); color: #668590; font: 720 9px/1.35 ui-monospace, monospace; letter-spacing: .085em; }
.jzde-manufacturer-card > svg { position: absolute; top: 18px; inset-inline-end: 18px; width: 34px; height: 34px; color: var(--de-cyan); opacity: .72; transition: transform .28s ease, opacity .28s ease; }
.jzde-manufacturer-card:hover > svg { transform: translateY(-3px) rotate(-7deg) scale(1.08); opacity: 1; }
.jzde-manufacturer-card h4 { margin: 52px 0 10px; color: #eefafa; font-size: 20px; line-height: 1.15; }
.jzde-manufacturer-card p { margin: 0 0 22px; color: #91abb4; font-size: 12px; line-height: 1.58; }
.jzde-manufacturer-card small { margin-top: auto; color: #a7e4e5; font-size: 10px; font-weight: 740; letter-spacing: .04em; }
.jzde-cad-federation { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 28px; margin-top: 18px; padding: 26px; border: 1px solid rgba(104, 238, 240, .24); border-radius: var(--de-radius); background: linear-gradient(135deg, rgba(39, 201, 205, .1), rgba(3, 15, 22, .72)); }
.jzde-cad-federation__copy { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; align-items: start; }
.jzde-cad-federation__copy > svg { width: 42px; height: 42px; padding: 8px; border: 1px solid rgba(104, 238, 240, .34); border-radius: 13px; color: var(--de-cyan); transition: transform .3s ease; }
.jzde-cad-federation:hover .jzde-cad-federation__copy > svg { transform: rotate(-8deg) scale(1.06); }
.jzde-integration-state { display: inline-flex; margin: 0 0 10px; padding: 6px 9px; border: 1px solid rgba(245, 166, 35, .34); border-radius: 999px; color: #ffd993; background: rgba(245, 166, 35, .09); font: 720 9px/1 ui-monospace, monospace; letter-spacing: .08em; }
.jzde-cad-federation h4 { margin: 0 0 8px; color: #ecfbfb; font-size: 22px; }
.jzde-cad-federation p { margin: 0; color: #91acb6; font-size: 13px; line-height: 1.62; }
.jzde-cad-federation__actions { display: grid; align-content: start; gap: 8px; }
.jzde-cad-federation__actions a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 14px; border: 1px solid var(--de-line-dark); border-radius: 999px; color: #d8eeee; background: rgba(2, 13, 19, .55); font-size: 11px; font-weight: 720; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.jzde-cad-federation__actions a:hover { transform: translateX(3px); border-color: rgba(104, 238, 240, .58); background: rgba(39, 201, 205, .12); }
[dir="rtl"] .jzde-cad-federation__actions a:hover { transform: translateX(-3px); }
.jzde-cad-federation__actions svg { width: 15px; height: 15px; color: var(--de-cyan); }
.jzde-reference-legal { max-width: 1040px; margin: 18px 0 0; color: #6f8d98; font-size: 10px; line-height: 1.6; }

.jzde-verification-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 22px; align-items: start; }
.jzde-checks { display: grid; gap: 10px; }
.jzde-check { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 82px; padding: 15px 18px; border: 1px solid var(--de-line); border-radius: var(--de-radius-sm); background: var(--de-paper-2); }
.jzde-check__mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #d9ecec; color: #0a735e; font-weight: 800; }
.jzde-check[data-state="warning"] .jzde-check__mark { background: #fff0cf; color: #9d6300; }
.jzde-check[data-state="open"] .jzde-check__mark { background: #f8dfe2; color: #a82d3c; }
.jzde-check[data-state="locked"] .jzde-check__mark { background: #e1eaec; color: #52717c; }
.jzde-check h3 { margin: 0 0 3px; font-size: 15px; }
.jzde-check p { margin: 0; color: var(--de-muted); font-size: 12px; line-height: 1.48; }
.jzde-check > b { color: #173e4b; font: 750 12px/1.2 ui-monospace, monospace; text-align: end; }
.jzde-review { position: sticky; top: 166px; padding: 28px; border-radius: var(--de-radius); color: #e9f7f7; background: linear-gradient(145deg, #061a25, #092735); box-shadow: var(--de-shadow); }
.jzde-review__state { display: inline-flex; padding: 6px 10px; margin-bottom: 22px; border-radius: 999px; color: #ffd6da; background: rgba(219, 82, 98, .14); border: 1px solid rgba(219, 82, 98, .38); font: 750 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.jzde-review__state[data-state="warning"] { color: #ffe6aa; background: rgba(245, 166, 35, .12); border-color: rgba(245, 166, 35, .36); }
.jzde-review__state[data-state="screened"] { color: #b7fff1; background: rgba(39, 201, 157, .12); border-color: rgba(39, 201, 157, .36); }
.jzde-review h3 { margin-bottom: 10px; font-size: 23px; }
.jzde-review > p { color: #9bb6c0; font-size: 13px; line-height: 1.55; }
.jzde-review dl { margin: 24px 0 0; border-top: 1px solid var(--de-line-dark); }
.jzde-review dl div { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--de-line-dark); }
.jzde-review dt { color: #8aa6b0; font-size: 11px; }
.jzde-review dd { margin: 0; color: #e7f8f8; font: 720 12px/1.3 ui-monospace, monospace; text-align: end; }
.jzde-ai-question { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 46px; margin-top: 50px; padding: 34px; border: 1px solid var(--de-line); border-radius: var(--de-radius); background: #fff; box-shadow: var(--de-shadow); }
.jzde-ai-question .jzm-eyebrow { color: var(--de-orange); }
.jzde-ai-question h3 { font-size: 27px; margin-bottom: 10px; }
.jzde-ai-question p { margin-bottom: 0; color: var(--de-muted); line-height: 1.55; }
.jzde-ai-question label { position: relative; }
.jzde-ai-question label small { position: absolute; bottom: 10px; inset-inline-end: 12px; padding: 3px 7px; border-radius: 999px; background: rgba(238, 243, 243, .9); }

.jzde-document-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.jzde-access-gate { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 20px; align-items: center; margin-bottom: 22px; padding: 22px 24px; border: 1px solid rgba(104, 238, 240, .25); border-radius: var(--de-radius); background: linear-gradient(135deg, rgba(39, 201, 205, .1), rgba(4, 19, 27, .82)); }
.jzde-access-gate > svg { width: 48px; height: 48px; padding: 10px; border: 1px solid rgba(104, 238, 240, .34); border-radius: 15px; color: var(--de-cyan); transition: transform .3s ease; }
.jzde-access-gate:hover > svg { transform: rotate(-8deg) scale(1.06); }
[dir="rtl"] .jzde-access-gate:hover > svg { transform: rotate(8deg) scale(1.06); }
.jzde-access-gate > div > span { display: block; margin-bottom: 8px; color: var(--de-cyan); font: 750 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.jzde-access-gate h3 { margin: 0 0 6px; color: #edfafa; font-size: 20px; }
.jzde-access-gate p { max-width: 760px; margin: 0; color: #91adb6; font-size: 12px; line-height: 1.55; }
.jzde-access-gate[data-state="account"] { border-color: rgba(39, 201, 157, .34); }
.jzde-access-gate[data-state="account"] > svg { color: #6effd8; }
.jzde-access-gate__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.jzde-access-gate__actions[hidden] { display: none; }
.jzde [data-auth-gated].is-locked { opacity: .58; cursor: not-allowed; filter: saturate(.45); }
.jzde-document-grid article { position: relative; min-height: 340px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius); background: rgba(3, 15, 22, .65); transition: transform .25s ease, border-color .25s ease; }
.jzde-document-grid article:hover { transform: translateY(-5px); border-color: rgba(104, 238, 240, .48); }
.jzde-document-grid article > span { color: #62808c; font: 700 10px/1 ui-monospace, monospace; }
.jzde-document-grid article > svg { width: 36px; height: 36px; margin: 24px 0 20px; color: var(--de-cyan); transition: transform .3s ease; }
.jzde-document-grid article:hover > svg { transform: translateY(-4px) rotate(-4deg); }
.jzde-document-grid h3 { margin-bottom: 10px; font-size: 21px; }
.jzde-document-grid p { margin-bottom: 24px; color: #92adb7; font-size: 13px; line-height: 1.55; }
.jzde-document-grid .jzde-button { margin-top: auto; width: 100%; }
.jzde-inline-action { align-self: center; margin-top: 12px; padding: 3px 6px; border: 0; border-bottom: 1px solid rgba(105, 240, 241, .45); color: #a7dfe1; background: transparent; font: inherit; font-size: 11px; cursor: pointer; }
.jzde-inline-action:hover { color: #fff; border-color: var(--de-cyan); }
.jzde-cad-status { min-height: 62px; display: flex; align-items: center; margin-top: 20px; padding: 16px 22px; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius-sm); color: #9eb9c2; background: rgba(39, 201, 205, .05); }
.jzde-cad-status > span { display: flex; align-items: center; gap: 11px; font-size: 12px; }
.jzde-cad-status a { color: var(--de-cyan-bright); font-weight: 700; }
.jzde-cad-status.is-error i { background: #db5262; box-shadow: 0 0 12px #db5262; }
.jzde-cad-status.is-working i { animation: jzde-pulse 1s ease-in-out infinite alternate; }
.jzde-release-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin-top: 40px; }
.jzde-release-flow div { display: flex; align-items: center; gap: 10px; color: #9ab3bc; font-size: 11px; }
.jzde-release-flow div span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--de-line-dark); color: var(--de-cyan); font: 700 9px/1 ui-monospace, monospace; }
.jzde-release-flow > i { display: block; height: 1px; background: linear-gradient(90deg, var(--de-cyan), rgba(39, 201, 205, .08)); }
.jzde-commercial-access { margin-top: 54px; padding-top: 48px; border-top: 1px solid var(--de-line-dark); }
.jzde-commercial-access__head { max-width: 860px; margin-bottom: 24px; }
.jzde-commercial-access__head .jzm-eyebrow { color: var(--de-cyan); }
.jzde-commercial-access__head h3 { margin: 0 0 12px; color: #effcfc; font-size: clamp(28px, 3vw, 43px); line-height: 1.06; letter-spacing: -.035em; text-wrap: balance; }
.jzde-commercial-access__head > p:not(.jzm-eyebrow) { margin: 0; color: #91adb6; font-size: 13px; line-height: 1.65; }
.jzde-commercial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.jzde-commercial-grid article { position: relative; min-height: 330px; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--de-line-dark); border-radius: var(--de-radius); background: rgba(3, 15, 22, .64); overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.jzde-commercial-grid article::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg, var(--de-cyan), var(--de-orange)); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
[dir="rtl"] .jzde-commercial-grid article::after { transform-origin: right; }
.jzde-commercial-grid article:hover { transform: translateY(-5px); border-color: rgba(104, 238, 240, .48); background: rgba(8, 31, 42, .84); }
.jzde-commercial-grid article:hover::after { transform: scaleX(1); }
.jzde-commercial-grid article > span { color: #668590; font: 730 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.jzde-commercial-grid article > svg { width: 38px; height: 38px; margin: 24px 0 18px; color: var(--de-cyan); transition: transform .3s ease; }
.jzde-commercial-grid article:hover > svg { transform: translateY(-4px) rotate(-6deg) scale(1.05); }
[dir="rtl"] .jzde-commercial-grid article:hover > svg { transform: translateY(-4px) rotate(6deg) scale(1.05); }
.jzde-commercial-grid h4 { margin: 0 0 10px; color: #eefafa; font-size: 21px; }
.jzde-commercial-grid p { margin: 0 0 24px; color: #91adb6; font-size: 12px; line-height: 1.62; }
.jzde-commercial-grid .jzde-button { width: 100%; margin-top: auto; }

.jzde-final { padding: 100px 0; color: #05151e; background: var(--de-cyan); }
.jzde-final__inner { max-width: 1050px; text-align: center; }
.jzde-final .jzm-eyebrow { color: #0c4b58; }
.jzde-final h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; text-wrap: balance; }
.jzde-final p:not(.jzm-eyebrow) { max-width: 720px; margin: 0 auto 30px; color: #174d57; font-size: 17px; line-height: 1.55; }
.jzde-final__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.jzde-final .jzde-button { background: #071b25; border-color: #071b25; }
.jzde-final .jzde-button:hover { background: #0d2b37; border-color: #0d2b37; box-shadow: 0 12px 30px rgba(4, 28, 39, .2); }
.jzde-final .jzde-button--secondary { color: #071b25; background: transparent; border-color: #071b25; }
.jzde-final .jzde-button--secondary:hover { background: rgba(7, 27, 37, .08); }

@keyframes jzde-spin { to { transform: rotate(360deg); } }
@keyframes jzde-scan { from { transform: translateY(-7px); opacity: .35; } to { transform: translateY(7px); opacity: 1; } }
@keyframes jzde-shift { from { transform: translateX(-5px); } to { transform: translateX(5px); } }
@keyframes jzde-measure { from { transform: scaleX(.55); } to { transform: scaleX(1); } }
@keyframes jzde-pulse { from { opacity: .35; } to { opacity: 1; } }

@media (max-width: 1180px) {
  .jzde-hero__grid { grid-template-columns: 1fr; gap: 54px; }
  .jzde-hero__copy { max-width: 900px; }
  .jzde-hero__visual { max-width: 900px; width: 100%; }
  .jzde-fields--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jzde-document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jzde-document-grid article { min-height: 320px; }
  .jzde-manufacturer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jzde-commercial-grid { grid-template-columns: 1fr; }
  .jzde-commercial-grid article { min-height: 270px; }
}

@media (max-width: 900px) {
  .jzde-container { width: min(100% - 36px, 760px); }
  .jzde-hero { min-height: 0; padding: 72px 0 56px; }
  .jzde-hero h1 { font-size: clamp(44px, 10vw, 66px); }
  .jzde-hero canvas { height: 360px; }
  .jzde-rail { position: relative; top: auto; overflow-x: auto; }
  .jzde-rail .jzde-container { width: max-content; min-width: 100%; grid-template-columns: repeat(5, minmax(126px, 1fr)); }
  .jzde-rail a { min-height: 56px; }
  .jzde-section { padding: 78px 0; }
  .jzde-section-head { grid-template-columns: 1fr; gap: 20px; }
  .jzde-fields--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jzde-result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jzde-reference-library__head, .jzde-cad-federation { grid-template-columns: 1fr; }
  .jzde-reference-library__head { align-items: start; }
  .jzde-reference-library__head .jzde-button { justify-self: start; }
  .jzde-verification-layout { grid-template-columns: 1fr; }
  .jzde-review { position: relative; top: auto; }
  .jzde-ai-question { grid-template-columns: 1fr; }
  .jzde-interface-grid { grid-template-columns: 1fr; }
  .jzde-interface-toolbar, .jzde-access-gate { align-items: start; grid-template-columns: 1fr; }
  .jzde-calculation-gate { grid-template-columns: 43px 1fr; align-items: start; }
  .jzde-calculation-gate > .jzde-button { grid-column: 1 / -1; justify-self: start; }
  .jzde-interface-toolbar { flex-direction: column; }
  .jzde-interface-toolbar > div { justify-content: flex-start; }
  .jzde-access-gate__actions { justify-content: flex-start; }
  .jzde-release-flow { grid-template-columns: 1fr; }
  .jzde-release-flow > i { width: 1px; height: 24px; margin-inline-start: 15px; background: linear-gradient(var(--de-cyan), rgba(39, 201, 205, .08)); }
}

@media (max-width: 620px) {
  .jzde-container { width: min(100% - 24px, 560px); }
  .jzde-hero { padding-top: 50px; }
  .jzde-hero h1 { font-size: clamp(40px, 13vw, 56px); }
  .jzde-hero__actions, .jzde-final__actions { align-items: stretch; flex-direction: column; }
  .jzde-hero__actions .jzde-button, .jzde-final__actions .jzde-button { width: 100%; }
  .jzde-hero canvas { height: 280px; }
  .jzde-model-stats { grid-template-columns: 1fr; }
  .jzde-model-stats div { border-inline-end: 0; border-bottom: 1px solid var(--de-line-dark); }
  .jzde-model-stats div:last-child { border-bottom: 0; }
  .jzde-section { padding: 62px 0; }
  .jzde-section-head h2 { font-size: clamp(34px, 11vw, 46px); }
  .jzde-panel__head { grid-template-columns: 44px 1fr; padding: 21px 18px; }
  .jzde-panel__icon { display: none; }
  .jzde-panel__head h3 { font-size: 20px; }
  .jzde-fields, .jzde-advanced .jzde-fields { padding: 22px 18px; }
  .jzde-interface-toolbar { padding: 4px 18px 20px; }
  .jzde-interface-toolbar > div, .jzde-interface-toolbar .jzde-button { width: 100%; }
  .jzde-interface-grid { padding: 0 18px 22px; }
  .jzde-interface-fields { grid-template-columns: 1fr; padding: 18px; }
  .jzde-span-2 { grid-column: auto; }
  .jzde-fields--3, .jzde-fields--4, .jzde-result-grid, .jzde-document-grid { grid-template-columns: 1fr; }
  .jzde-manufacturer-grid { grid-template-columns: 1fr; }
  .jzde-reference-library { margin-top: 42px; padding-top: 40px; }
  .jzde-reference-library__head .jzde-button { width: 100%; }
  .jzde-manufacturer-card { min-height: 216px; }
  .jzde-cad-federation { padding: 20px 16px; }
  .jzde-cad-federation__copy { grid-template-columns: 1fr; }
  .jzde-form__actions { align-items: stretch; flex-direction: column; }
  .jzde-form__actions .jzde-button { width: 100%; }
  .jzde-form__actions > p { margin: 4px 0 0; text-align: center; }
  .jzde-calculation-gate { grid-template-columns: 1fr; padding: 20px 16px; }
  .jzde-calculation-gate .jzde-button { width: 100%; }
  .jzde-result-card { min-height: 235px; }
  .jzde-verification-layout { gap: 14px; }
  .jzde-check { grid-template-columns: 34px 1fr; }
  .jzde-check > b { grid-column: 2; text-align: start; }
  .jzde-ai-question { padding: 24px 18px; }
  .jzde-document-grid article { min-height: 0; }
  .jzde-access-gate { padding: 20px 16px; }
  .jzde-access-gate__actions, .jzde-access-gate__actions .jzde-button { width: 100%; }
  .jzde-commercial-grid article { min-height: 0; }
  .jzde-final { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .jzde *, .jzde *::before, .jzde *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  .jzde-rail, .jzde-hero__actions, .jzde-form__actions, .jzde-final { display: none !important; }
  .jzde-section, .jzde-hero { padding: 24px 0; background: #fff !important; color: #071b25 !important; }
  .jzde-panel, .jzde-result-card, .jzde-review { break-inside: avoid; box-shadow: none; }
}
