body.product-shell { background: #e9ecf1; }

body.product-shell .site-header__logo { position: relative; }

body.product-shell .site-header__logo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: url("/assets/svgs/logotipo-on-dark.svg") left center/contain no-repeat; opacity: 1; transition: opacity 0.35s ease; }

body.product-shell .site-header__back { color: rgba(255, 255, 255, 0.85); }

body.product-shell .site-header__back:hover { color: #fff; }

body.product-shell .site-header.is-scrolled { background: rgba(255, 255, 255, 0.72); border-bottom-color: rgba(20, 24, 33, 0.1); }

body.product-shell .site-header.is-scrolled .site-header__logo::after { opacity: 0; }

body.product-shell .site-header.is-scrolled .site-header__back { color: #1d222c; }

body.product-shell .site-header.is-scrolled .site-header__back:hover { color: #000; }

#zo { --bg:        #e9ecf1; --bg-tint:   #f4f6f9; --panel:     #ffffff; --surface:   #f1f4f8; --ink:       #1d222c; --muted:     #5c6473; --faint:     #8b93a1; --line:      rgba(20, 24, 33, 0.12); --line-2:    rgba(20, 24, 33, 0.07); --acc:       #4f7d10; --acc-bright:#c5f24a; --acc-ink:   #0e1014; --display: 'Inter', system-ui, sans-serif; --body:    'Inter', system-ui, sans-serif; --mono:    ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace; font-family: var(--body); font-weight: 300; color: var(--ink); background: var(--bg); overflow-x: clip; line-height: 1.6; }

#zo ::selection { background: var(--acc); color: var(--acc-ink); }

#zo b, #zo strong { font-weight: 600; color: var(--ink); }

#zo em { font-style: italic; }

#zo code { font-family: var(--mono); }

#zo .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }

#zo .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { #zo .reveal { opacity: 1; transform: none; transition: none; } }

#zo .zo-grid-bg { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1.4px); background-size: 26px 26px; mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 75%); -webkit-mask-image: radial-gradient(80% 70% at 50% 0%, #000 0%, transparent 75%); }

#zo .zo-eyebrow, #zo .zo-kicker { font-family: var(--mono); font-weight: 500; font-size: .8rem; letter-spacing: .06em; color: var(--acc); margin: 0 0 1.1rem; display: inline-flex; align-items: center; gap: .55rem; }

#zo .zo-eyebrow--center, #zo .zo-kicker--center { display: flex; justify-content: center; }

#zo .zo-kicker { color: var(--faint); text-transform: none; }

#zo .zo-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--acc); box-shadow: 0 0 10px var(--acc); }

#zo .zo-h2 { font-family: var(--display); font-weight: 700; letter-spacing: -1px; font-size: clamp(1.8rem, 3.6vw, 2.9rem); line-height: 1.05; color: var(--ink); margin: 0; }

#zo .zo-sub { font-size: 1.1rem; color: var(--muted); max-width: 40rem; margin: 1.1rem 0 0; }

#zo .zo-head { max-width: 44rem; margin-bottom: 3.4rem; }

#zo .zo-btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--mono); font-weight: 500; font-size: .92rem; letter-spacing: .01em; padding: .82rem 1.5rem; border-radius: 3px; text-decoration: none !important; border: 1px solid transparent; transition: transform .2s ease, box-shadow .25s ease, background .2s ease, color .2s ease, border-color .2s ease; }

#zo .zo-btn:hover { transform: translateY(-2px); }

#zo .zo-btn--solid { background: var(--acc); color: var(--acc-ink) !important; font-weight: 600; box-shadow: 0 0 0 1px var(--acc), 0 10px 30px rgba(197, 242, 74, 0.22); }

#zo .zo-btn--solid:hover { box-shadow: 0 0 0 1px var(--acc), 0 14px 38px rgba(197, 242, 74, 0.34); }

#zo .zo-btn--ghost { background: transparent; color: var(--ink) !important; border-color: var(--line); }

#zo .zo-btn--ghost:hover { border-color: var(--acc); color: var(--acc) !important; }

#zo .zo-btn--lg { padding: 1rem 2rem; font-size: 1rem; }

#zo .zo-section { padding: 6.5rem 0; position: relative; }

@media (max-width: 767px) { #zo .zo-section { padding: 4.5rem 0; } }

#zo .zo-section--tint { background: var(--bg-tint); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }

#zo .zo-hero, #zo .zo-cta__panel { --ink:     #f0f0ee; --muted:   #a3aab5; --faint:   #79808d; --line:    rgba(255, 255, 255, 0.14); --line-2:  rgba(255, 255, 255, 0.08); --panel:   #2a313b; --surface: #323a45; --acc:     #c5f24a; color: var(--ink); }

#zo .zo-hero { position: relative; overflow: hidden; padding: 9.5rem 0 5rem; background: linear-gradient(180deg, #232a34 0%, #1f2630 100%); border-bottom: 1px solid rgba(20, 24, 33, 0.1); }

@media (max-width: 767px) { #zo .zo-hero { padding: 8rem 0 3.5rem; } }

#zo .zo-hero__glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(40% 50% at 82% 18%, rgba(197, 242, 74, 0.1), transparent 60%), radial-gradient(50% 50% at 10% 0%, rgba(120, 140, 200, 0.07), transparent 60%); }

#zo .zo-hero__wrap { position: relative; }

#zo .zo-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }

@media (max-width: 991px) { #zo .zo-hero__grid { grid-template-columns: 1fr; gap: 3.5rem; } }

#zo .zo-hero__title { font-family: var(--display); font-weight: 700; letter-spacing: -2px; font-size: clamp(2.7rem, 6.4vw, 5rem); line-height: 1; color: var(--ink); margin: 0 0 1.5rem; }

#zo .zo-hero__lead { font-size: 1.2rem; line-height: 1.7; color: var(--muted); max-width: 34rem; margin: 0 0 2rem; }

#zo .zo-hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 2.4rem; }

#zo .zo-hero__tags { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; }

#zo .zo-hero__tags li { font-family: var(--mono); font-size: .76rem; color: var(--muted); background: var(--panel); border: 1px solid var(--line); border-radius: 3px; padding: .3rem .6rem; }

#zo .zo-hero__tags li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--acc); margin-right: .5rem; vertical-align: middle; opacity: .8; }

#zo .zo-hero__media { position: relative; }

#zo .zo-accent { color: var(--acc); position: relative; text-shadow: 0 0 28px rgba(197, 242, 74, 0.35); }

#zo .zo-graph { position: absolute; top: -2.4rem; right: -1rem; width: 190px; height: auto; z-index: 2; overflow: visible; }

@media (max-width: 991px) { #zo .zo-graph { width: 140px; top: -1.5rem; } }

#zo .zo-graph__edges line { stroke: rgba(255, 255, 255, 0.22); stroke-width: 1.3; stroke-dasharray: 4 5; animation: zo-flow 2.4s linear infinite; }

#zo .zo-graph__nodes circle { fill: var(--acc); transform-box: fill-box; transform-origin: center; filter: drop-shadow(0 0 7px rgba(197, 242, 74, 0.85)); animation: zo-node 3s ease-in-out infinite; animation-delay: var(--d); }

@keyframes zo-node { 0%, 100% { transform: scale(1);
    opacity: .85; }
  50% { transform: scale(1.4);
    opacity: 1; } }

@keyframes zo-flow { to { stroke-dashoffset: -18; } }

@media (prefers-reduced-motion: reduce) { #zo .zo-graph__nodes circle, #zo .zo-graph__edges line { animation: none; } }

#zo .zo-shot { margin: 0; border-radius: 8px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(20, 24, 33, 0.16); }

#zo .zo-shot__bar { display: flex; align-items: center; gap: .7rem; height: 36px; padding: 0 .9rem; background: var(--surface); border-bottom: 1px solid var(--line); }

#zo .zo-shot__dots { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #3a3d44; box-shadow: 15px 0 0 #3a3d44, 30px 0 0 #3a3d44; flex: 0 0 auto; margin-right: 24px; }

#zo .zo-shot__path { font-family: var(--mono); font-size: .74rem; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#zo .zo-shot img { display: block; width: 100%; height: auto; cursor: zoom-in; }

#zo .zo-shot--hero { position: relative; z-index: 1; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 40px 90px rgba(0, 0, 0, 0.6), 0 0 60px rgba(197, 242, 74, 0.06); }

#zo .zo-video-sec { border-bottom: 1px solid var(--line-2); }

#zo .video-frame { position: relative; max-width: 1000px; margin: 0 auto; border-radius: 10px; overflow: hidden; background: #0f1726; border: 1px solid var(--line); box-shadow: 0 0 0 1px rgba(197, 242, 74, 0.06), 0 24px 64px rgba(20, 24, 33, 0.22), 0 4px 12px rgba(20, 24, 33, 0.18); aspect-ratio: 16 / 9; }

#zo .video-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: #0f1726; }

#zo .zo-relation { border-bottom: 1px solid var(--line-2); }

#zo .zo-relation__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; }

@media (max-width: 767px) { #zo .zo-relation__row { grid-template-columns: 1fr; } }

#zo .zo-relation__node { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 1.8rem 1.6rem; }

#zo .zo-relation__node--this { border-color: color-mix(in srgb, var(--acc) 55%, var(--line)); box-shadow: 0 0 0 1px color-mix(in srgb, var(--acc) 22%, transparent), 0 16px 40px rgba(20, 24, 33, 0.12); }

#zo .zo-relation__node h3 { font-family: var(--display); font-weight: 700; font-size: 1.6rem; color: var(--ink); margin: .7rem 0 .5rem; }

#zo .zo-relation__node p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.55; }

#zo .zo-relation__link { position: relative; padding: 0 .5rem; min-width: 130px; }

#zo .zo-relation__link svg { width: 100%; height: 24px; display: block; }

#zo .zo-relation__link svg path { fill: none; stroke: var(--acc); stroke-width: 2; }

@media (max-width: 767px) { #zo .zo-relation__link { transform: rotate(90deg); margin: .4rem 0; min-width: 0; } }

#zo .zo-relation__label { display: block; text-align: center; font-family: var(--mono); font-size: .72rem; color: var(--acc); margin-bottom: .5rem; white-space: nowrap; }

#zo .zo-relation__note { margin: 2.6rem auto 0; max-width: 46rem; text-align: center; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }

#zo .zo-relation__note strong { color: var(--ink); }

#zo .zo-tag { font-family: var(--mono); font-size: .72rem; color: var(--acc); background: color-mix(in srgb, var(--acc) 12%, transparent); border: 1px solid color-mix(in srgb, var(--acc) 30%, transparent); border-radius: 3px; padding: .2rem .5rem; }

#zo .zo-tag--muted { color: var(--muted); background: color-mix(in srgb, var(--ink) 5%, transparent); border-color: var(--line); }

#zo .zo-pillars__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

@media (max-width: 991px) { #zo .zo-pillars__grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 479px) { #zo .zo-pillars__grid { grid-template-columns: 1fr; } }

#zo .zo-pill { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 1.8rem 1.5rem 1.6rem; overflow: hidden; transition: transform .25s ease, border-color .25s ease, background .25s ease; }

#zo .zo-pill::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--acc); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }

#zo .zo-pill:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--acc) 45%, var(--line)); background: var(--surface); }

#zo .zo-pill:hover::after { transform: scaleX(1); }

#zo .zo-pill__n { font-family: var(--mono); font-size: .78rem; color: var(--faint); }

#zo .zo-pill__ico { display: block; width: 46px; height: 46px; border-radius: 8px; margin: 1rem 0 1rem; display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: var(--acc); background: color-mix(in srgb, var(--acc) 10%, transparent); border: 1px solid color-mix(in srgb, var(--acc) 24%, transparent); }

#zo .zo-pill h3 { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--ink); margin: 0 0 .5rem; }

#zo .zo-pill p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }

#zo .zo-feature__grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 4rem; align-items: center; }

@media (max-width: 991px) { #zo .zo-feature__grid { grid-template-columns: 1fr; gap: 2.5rem; } }

#zo .zo-feature__grid--rev .zo-feature__media { order: -1; }

@media (max-width: 991px) { #zo .zo-feature__grid--rev .zo-feature__media { order: 0; } }

#zo .zo-feature__lead { font-size: 1.1rem; line-height: 1.7; color: var(--muted); margin: 1rem 0 1.6rem; }

#zo .zo-feature__media { position: relative; }

#zo .zo-list { list-style: none; margin: 0; padding: 0; }

#zo .zo-list li { position: relative; padding: .55rem 0 .55rem 1.8rem; font-size: 1.02rem; color: var(--ink); border-bottom: 1px solid var(--line-2); line-height: 1.5; }

#zo .zo-list li:last-child { border-bottom: 0; }

#zo .zo-list li b { color: var(--acc); font-family: var(--mono); font-weight: 500; font-size: .95em; }

#zo .zo-list li::before { content: "+"; position: absolute; left: 0; top: .5rem; font-family: var(--mono); color: var(--acc); font-weight: 600; }

#zo .zo-shot--stack { position: relative; }

#zo .zo-shot--peek { position: absolute; right: -1.2rem; bottom: -1.6rem; width: 54%; box-shadow: 0 24px 50px rgba(0, 0, 0, 0.6); border-color: var(--line); }

@media (max-width: 575px) { #zo .zo-shot--peek { position: static; width: 100%; margin-top: 1rem; right: 0; bottom: 0; } }

#zo .zo-objects { background: var(--bg-tint); overflow: hidden; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }

#zo .zo-objects__bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(50% 60% at 85% 50%, rgba(79, 125, 16, 0.06), transparent 60%); }

#zo .zo-objects__wrap { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; }

@media (max-width: 991px) { #zo .zo-objects__wrap { grid-template-columns: 1fr; gap: 3rem; } }

#zo .zo-objects__lead { font-size: 1.1rem; line-height: 1.7; color: var(--muted); margin: 1rem 0 2rem; }

#zo .zo-objects__stats { display: grid; gap: .8rem; }

#zo .zo-objects__stats div { display: flex; align-items: baseline; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line-2); }

#zo .zo-objects__stats .zo-objects__k { font-family: var(--mono); font-size: .82rem; color: var(--acc); min-width: 8rem; }

#zo .zo-objects__stats .zo-objects__v { color: var(--muted); font-size: .98rem; }

#zo .zo-objects__media { position: relative; }

#zo .zo-shot--dark { box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }

#zo .zo-shot__bar--dark { background: #101216; }

#zo .zo-flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

@media (max-width: 991px) { #zo .zo-flow { grid-template-columns: 1fr 1fr; } }

@media (max-width: 479px) { #zo .zo-flow { grid-template-columns: 1fr; } }

#zo .zo-flow__step { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 1.6rem 1.4rem; }

#zo .zo-flow__step::after { content: "\f178"; font-family: FontAwesome; position: absolute; right: -1rem; top: 50%; transform: translateY(-50%); color: var(--acc); font-size: .85rem; z-index: 2; }

#zo .zo-flow__step--last::after, #zo .zo-flow__step:nth-child(4)::after { display: none; }

@media (max-width: 991px) { #zo .zo-flow__step::after { display: none; } }

#zo .zo-flow__step h3 { font-family: var(--display); font-weight: 700; font-size: 1.25rem; color: var(--ink); margin: .7rem 0 .4rem; }

#zo .zo-flow__step p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.5; }

#zo .zo-flow__n { font-family: var(--mono); font-size: .8rem; color: var(--acc); }

#zo .zo-perms__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }

@media (max-width: 639px) { #zo .zo-perms__grid { grid-template-columns: 1fr; } }

#zo .zo-perm { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; background: var(--panel); border: 1px solid var(--line); border-left: 2px solid var(--acc); border-radius: 6px; padding: 1.1rem 1.3rem; }

#zo .zo-perm code { font-family: var(--mono); font-size: .92rem; color: var(--acc); background: color-mix(in srgb, var(--acc) 10%, transparent); padding: .25rem .55rem; border-radius: 4px; border: 1px solid color-mix(in srgb, var(--acc) 24%, transparent); }

#zo .zo-perm span { color: var(--muted); font-size: .98rem; }

#zo .zo-cta { padding-bottom: 8rem; }

#zo .zo-cta__panel { position: relative; overflow: hidden; text-align: center; background: linear-gradient(180deg, #2a313b, #20262f); border: 1px solid var(--line); border-radius: 14px; padding: 4.5rem 2rem; box-shadow: 0 24px 50px rgba(20, 24, 33, 0.18); }

#zo .zo-cta__panel > * { position: relative; }

#zo .zo-cta__title { font-family: var(--display); font-weight: 700; letter-spacing: -1px; font-size: clamp(2rem, 4.6vw, 3.3rem); color: var(--ink); margin: 0 0 1rem; line-height: 1.03; }

#zo .zo-cta__lead { font-size: 1.1rem; color: var(--muted); max-width: 40rem; margin: 0 auto 2rem; line-height: 1.65; }

/*# sourceMappingURL=zapontology.css.map */