
/* ZENIX Clarity UX Layer — non-destructive readability and guided-use upgrade */
:root{--zx-c-bg:#fffdf8;--zx-c-surface:#ffffff;--zx-c-text:#172033;--zx-c-muted:#5f6878;--zx-c-line:rgba(23,32,51,.12);--zx-c-accent:#2867f0;--zx-c-shadow:0 24px 70px rgba(20,35,70,.14)}
html.zx-clarity-ready{scroll-padding-top:110px}
html.zx-clarity-ready body{font-size:16px}
html.zx-clarity-ready .desktop-nav a{font-size:max(.78rem,12px)!important;letter-spacing:.02em!important}
html.zx-clarity-ready button,html.zx-clarity-ready a.button,html.zx-clarity-ready .primary-button,html.zx-clarity-ready .book-button{min-height:44px}
html.zx-clarity-ready .hero p,html.zx-clarity-ready .hero-copy>p,html.zx-clarity-ready .hero-intro,html.zx-clarity-ready .hero-lead{font-size:clamp(1rem,1.35vw,1.18rem)!important;line-height:1.7!important;letter-spacing:0!important}
html.zx-clarity-ready .section-heading>p,html.zx-clarity-ready .section-head>p{font-size:1rem!important;line-height:1.65!important}
.zx-clarity-quickstart{position:relative;z-index:15;width:min(1180px,calc(100% - 32px));margin:28px auto 72px;padding:clamp(22px,3vw,38px);border:1px solid var(--zx-c-line);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(250,248,241,.95));color:var(--zx-c-text);box-shadow:var(--zx-c-shadow);overflow:hidden}
.zx-clarity-quickstart:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-120px;top:-150px;background:radial-gradient(circle,rgba(40,103,240,.14),transparent 70%);pointer-events:none}
.zx-clarity-kicker{display:flex;align-items:center;gap:9px;margin:0 0 10px;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--zx-c-accent)}
.zx-clarity-kicker:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--zx-c-accent);box-shadow:0 0 0 5px rgba(40,103,240,.1)}
.zx-clarity-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:end;margin-bottom:26px}
.zx-clarity-heading h2{margin:0;font-size:clamp(1.75rem,3.2vw,3.1rem);line-height:1.05;letter-spacing:-.04em;color:var(--zx-c-text)}
.zx-clarity-heading p{margin:0;color:var(--zx-c-muted);font-size:1.03rem;line-height:1.7}
.zx-clarity-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.zx-clarity-step{display:flex;flex-direction:column;min-height:220px;padding:22px;border:1px solid var(--zx-c-line);border-radius:20px;background:rgba(255,255,255,.78);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.zx-clarity-step:hover{transform:translateY(-4px);border-color:rgba(40,103,240,.35);box-shadow:0 18px 38px rgba(25,48,94,.1)}
.zx-clarity-number{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;margin-bottom:28px;background:#172033;color:white;font-weight:900;font-size:.9rem}
.zx-clarity-step h3{margin:0 0 8px;color:var(--zx-c-text);font-size:1.1rem;letter-spacing:-.02em}
.zx-clarity-step p{margin:0 0 18px;color:var(--zx-c-muted);font-size:.93rem;line-height:1.6}
.zx-clarity-action{margin-top:auto;align-self:flex-start;border:0;border-bottom:1px solid currentColor;padding:7px 0;background:transparent;color:var(--zx-c-accent);font:inherit;font-weight:800;cursor:pointer}
.zx-clarity-note{display:flex;align-items:flex-start;gap:10px;margin-top:18px;padding:13px 15px;border-radius:14px;background:rgba(40,103,240,.07);color:#42506a;font-size:.87rem;line-height:1.55}
.zx-clarity-note:before{content:"i";flex:0 0 auto;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--zx-c-accent);color:white;font-weight:900;font-family:Georgia,serif}
.zx-guide-trigger{position:fixed;left:20px;bottom:20px;z-index:99980;display:flex;align-items:center;gap:9px;padding:12px 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#172033;color:white;box-shadow:0 14px 40px rgba(0,0,0,.22);font:inherit;font-size:.88rem;font-weight:800;cursor:pointer}
.zx-guide-trigger span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:white;color:#172033}
.zx-guide-overlay{position:fixed;inset:0;z-index:99990;background:rgba(8,14,28,.48);backdrop-filter:blur(7px);opacity:0;visibility:hidden;transition:.25s}
.zx-guide-overlay.open{opacity:1;visibility:visible}
.zx-guide-drawer{position:absolute;left:16px;bottom:16px;width:min(470px,calc(100% - 32px));max-height:calc(100vh - 32px);overflow:auto;padding:25px;border-radius:24px;background:var(--zx-c-surface);color:var(--zx-c-text);box-shadow:0 34px 90px rgba(0,0,0,.3);transform:translateY(18px);transition:.25s}
.zx-guide-overlay.open .zx-guide-drawer{transform:translateY(0)}
.zx-guide-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}
.zx-guide-top h2{margin:3px 0 5px;font-size:1.45rem;letter-spacing:-.03em}.zx-guide-top p{margin:0;color:var(--zx-c-muted);line-height:1.55;font-size:.92rem}
.zx-guide-close{width:38px;height:38px;border:1px solid var(--zx-c-line);border-radius:12px;background:#f4f6fa;color:#172033;font-size:1.3rem;cursor:pointer}
.zx-guide-list{display:flex;flex-direction:column;gap:9px}.zx-guide-item{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--zx-c-line);border-radius:15px;background:#fbfcff}
.zx-guide-item b{display:block;font-size:.95rem}.zx-guide-item small{display:block;color:var(--zx-c-muted);font-size:.8rem;line-height:1.45;margin-top:3px}.zx-guide-item>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:#172033;color:#fff;font-weight:900}.zx-guide-go{border:0;border-radius:10px;background:#eaf0ff;color:#2457c8;padding:9px 11px;font-weight:800;cursor:pointer}
.zx-guide-footer{margin-top:14px;padding-top:14px;border-top:1px solid var(--zx-c-line);color:var(--zx-c-muted);font-size:.82rem;line-height:1.5}
.zx-focus-pulse{animation:zxFocus 1.5s ease 2;outline:4px solid rgba(40,103,240,.2)!important;outline-offset:8px!important}@keyframes zxFocus{50%{outline-color:rgba(40,103,240,.65);outline-offset:13px}}
@media(max-width:820px){.zx-clarity-heading{grid-template-columns:1fr;gap:10px}.zx-clarity-steps{grid-template-columns:1fr}.zx-clarity-step{min-height:0}.zx-clarity-number{margin-bottom:15px}.zx-guide-trigger{left:12px;bottom:76px;padding:10px 13px}.zx-guide-trigger>em{display:none}.zx-clarity-quickstart{margin-top:18px;margin-bottom:48px}}
@media(prefers-reduced-motion:reduce){.zx-clarity-step,.zx-guide-overlay,.zx-guide-drawer{transition:none}.zx-focus-pulse{animation:none}}
