@font-face { font-family: Manrope; src: url('../fonts/manrope-latin-variable.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/inter-latin-variable.woff2') format('woff2'); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --cz-black: #050209;
  --cz-ink: #0b0612;
  --cz-panel: #10091b;
  --cz-text: #f7f4fb;
  --cz-muted: #aaa2b6;
  --cz-line: rgba(255,255,255,.11);
  --cz-purple: #6127fe;
  --cz-purple-light: #a98cff;
  --cz-orange: #fe4701;
  --cz-white: #fff;
  --cz-surface: #f7f6fa;
  --cz-surface-text: #120b1d;
  --cz-radius-sm: 12px;
  --cz-radius: 22px;
  --cz-radius-lg: 30px;
  --cz-shadow: 0 28px 80px rgba(0,0,0,.28);
  --cz-glow: 0 0 60px rgba(97,39,254,.2);
  --cz-width: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--cz-text); background: var(--cz-black); -webkit-font-smoothing: antialiased; }
body,button,input,select,textarea { font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: Manrope,Inter,ui-sans-serif,system-ui,sans-serif; letter-spacing: -.035em; }
a { color: inherit; text-underline-offset: .2em; }
img { max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--cz-orange); outline-offset: 4px; }
::selection { color: #fff; background: var(--cz-purple); }
.wp-site-blocks { overflow: visible; }
.wp-site-blocks > * { margin-block-start: 0; }
.cz-main { min-height: 55vh; }
.cz-shell { width: var(--cz-width); margin-inline: auto; }
.cz-skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--cz-purple); transform: translateY(-160%); }
.cz-skip-link:focus { transform: translateY(0); }

.cz-header-inner,.cz-hero-grid,.cz-trust-strip > div,.cz-trust-strip > .wp-block-group__inner-container,
.cz-section > .wp-block-group__inner-container,.cz-section > .cz-section-heading,.cz-section > .cz-card-grid,
.cz-section > .cz-value-grid,.cz-section > .cz-process,.cz-section > .wp-block-query,.cz-section .cz-card-grid,
.cz-section .cz-insight-grid,.cz-page-hero > .wp-block-group__inner-container,.cz-service-hero > .wp-block-group__inner-container,
.cz-footer-inner { max-width: none !important; }

/* Header */
header.wp-block-template-part { position: sticky; z-index: 100; top: 0; }
.cz-site-header { position: relative; border-bottom: 1px solid var(--cz-line); background: rgba(5,2,9,.94); transition: background .25s ease,box-shadow .25s ease; }
.cz-site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: linear-gradient(90deg,transparent 4%,rgba(97,39,254,.8) 35%,rgba(254,71,1,.7) 68%,transparent 96%); content: ""; opacity: .45; }
.cz-site-header.is-scrolled { background: rgba(5,2,9,.94); box-shadow: 0 16px 45px rgba(0,0,0,.36); }
.admin-bar header.wp-block-template-part { top: 32px; }
.cz-header-inner { width: var(--cz-width); min-height: 82px; display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-inline: auto; }
.cz-brand { display: inline-flex; width: clamp(178px,16vw,224px); flex: 0 0 auto; }
.cz-brand img { display: block; width: 100%; }
.cz-header-inner .wp-block-navigation { margin-left: auto; }
.cz-header-inner .wp-block-navigation-item__content { position: relative; color: #eee9f4; font-size: .9rem; font-weight: 650; text-decoration: none; }
.cz-header-inner .wp-block-navigation-item__content::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg,var(--cz-purple),var(--cz-orange)); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.cz-header-inner .wp-block-navigation-item__content:hover { color: #fff; }
.cz-header-inner .wp-block-navigation-item__content:hover::after { transform: scaleX(1); }
.cz-header-cta .wp-block-button__link { min-height: 44px; padding: 11px 19px; }
.cz-theme-toggle { min-width: 78px; height: 44px; display: inline-flex; flex: 0 0 auto; gap: 8px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.06); font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.cz-theme-toggle:hover { border-color: rgba(169,140,255,.7); background: rgba(97,39,254,.16); transform: translateY(-1px); }
.cz-theme-toggle__icon { width: 18px; display: inline-grid; place-items: center; color: #ff8a5d; font-size: 1.05rem; line-height: 1; }

/* Buttons and shared type */
.wp-block-button__link,.cz-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 14px 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: var(--cz-purple); box-shadow: 0 14px 40px rgba(97,39,254,.28); font-weight: 780; text-decoration: none; cursor: pointer; transition: transform .2s ease,box-shadow .2s ease,background .2s ease; }
.wp-block-button__link:hover,.cz-button:hover { color: #fff; background: #7442ff; box-shadow: 0 18px 52px rgba(97,39,254,.42); transform: translateY(-2px); }
.is-style-outline .wp-block-button__link,.cz-button--outline { border-color: rgba(255,255,255,.22); color: #fff; background: rgba(255,255,255,.035); box-shadow: none; backdrop-filter: blur(12px); }
.is-style-outline .wp-block-button__link:hover,.cz-button--outline:hover { border-color: var(--cz-purple-light); color: #fff; background: rgba(97,39,254,.12); }
.cz-eyebrow { margin: 0 0 18px; color: var(--cz-purple-light); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.cz-eyebrow::before { display: inline-block; width: 22px; height: 1px; margin: 0 10px 3px 0; background: linear-gradient(90deg,var(--cz-orange),var(--cz-purple)); content: ""; }
.cz-gradient-text { color: transparent; background: linear-gradient(96deg,#bca8ff 0%,#7d4cff 44%,#ff7040 100%); background-clip: text; -webkit-background-clip: text; }

/* Homepage hero */
.cz-hero { --cz-pointer-x: 76%; --cz-pointer-y: 24%; --cz-shift-x: 0px; --cz-shift-y: 0px; --cz-shift-x-reverse: 0px; --cz-shift-y-reverse: 0px; --cz-proof-x: 0px; --cz-proof-y: 0px; --cz-tilt-x: 0deg; --cz-tilt-y: 0deg; position: relative; min-height: min(820px,calc(100vh - 82px)); display: flex; align-items: center; padding: clamp(82px,8vw,124px) 0; overflow: hidden; border-bottom: 1px solid var(--cz-line); background: #07030d; isolation: isolate; }
.cz-hero::before { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 72px 72px; content: ""; mask-image: linear-gradient(to bottom,black 0%,rgba(0,0,0,.75) 68%,transparent 100%); }
.cz-hero::after { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at var(--cz-pointer-x) var(--cz-pointer-y),rgba(97,39,254,.34) 0%,rgba(97,39,254,.12) 20%,transparent 45%); filter: blur(2px); content: ""; transition: background-position .15s ease; }
.cz-hero-motion { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.cz-hero-motion__orb { position: absolute; display: block; border-radius: 50%; filter: blur(1px); will-change: transform; }
.cz-hero-motion__orb--purple { top: 13%; right: 8%; width: clamp(180px,22vw,360px); aspect-ratio: 1; border: 1px solid rgba(169,140,255,.2); background: radial-gradient(circle,rgba(97,39,254,.14),transparent 68%); transform: translate3d(var(--cz-shift-x),var(--cz-shift-y),0); animation: cz-orbit 13s ease-in-out infinite alternate; }
.cz-hero-motion__orb--orange { right: 37%; bottom: 5%; width: clamp(90px,12vw,180px); aspect-ratio: 1; border: 1px solid rgba(254,71,1,.16); background: radial-gradient(circle,rgba(254,71,1,.12),transparent 70%); transform: translate3d(var(--cz-shift-x-reverse),var(--cz-shift-y-reverse),0); animation: cz-orbit-reverse 16s ease-in-out infinite alternate; }
.cz-hero-motion__signal { position: absolute; top: var(--cz-pointer-y); left: var(--cz-pointer-x); width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 8px rgba(97,39,254,.12),0 0 34px 12px rgba(97,39,254,.3); opacity: .72; transform: translate(-50%,-50%); transition: top .12s linear,left .12s linear; }
.cz-hero-grid { position: relative; z-index: 1; width: var(--cz-width); display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr); gap: clamp(52px,7vw,100px); align-items: center; margin-inline: auto; }
.cz-hero-copy h1 { max-width: 780px; margin: 0 0 28px; font-size: clamp(3.6rem,6.4vw,6.35rem); line-height: .96; }
.cz-hero-lead { max-width: 660px; margin: 0 0 34px; color: #b8b0c3; font-size: clamp(1.1rem,1.55vw,1.32rem); line-height: 1.7; }
.cz-hero-actions,.cz-hero-actions .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.cz-hero-proof { position: relative; padding: clamp(30px,4vw,46px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--cz-radius-lg); background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035)); box-shadow: var(--cz-shadow),var(--cz-glow); backdrop-filter: blur(22px); }
.cz-hero-proof::before { position: absolute; top: 0; right: 0; width: 42%; height: 4px; background: linear-gradient(90deg,var(--cz-purple),var(--cz-orange)); content: ""; }
.cz-hero-proof::after { position: absolute; top: 28px; right: 28px; width: 10px; height: 10px; border-radius: 50%; background: var(--cz-orange); box-shadow: 0 0 24px rgba(254,71,1,.9); content: ""; }
.cz-hero-proof h2 { max-width: 410px; margin: 0 0 30px; color: #fff; font-size: clamp(1.7rem,2.2vw,2.25rem); }
@keyframes cz-orbit { to { transform: translate3d(calc(var(--cz-shift-x) + 18px),calc(var(--cz-shift-y) - 14px),0) scale(1.04); } }
@keyframes cz-orbit-reverse { to { transform: translate3d(calc(var(--cz-shift-x-reverse) - 12px),calc(var(--cz-shift-y-reverse) + 18px),0) scale(.94); } }
.cz-proof-list { margin: 0; border-top: 1px solid var(--cz-line); }
.cz-proof-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--cz-line); }
.cz-proof-row dt { color: #fff; font-weight: 760; }
.cz-proof-row dd { margin: 0; color: #aaa2b6; }
.cz-proof-note { margin: 24px 0 0; padding-left: 16px; border-left: 2px solid var(--cz-orange); color: #aaa2b6; font-size: .9rem; }

/* Credibility strip and sections */
.cz-trust-strip { border-bottom: 1px solid var(--cz-line); background: #09050f; }
.cz-trust-strip > .wp-block-group__inner-container,.cz-trust-strip > div { width: var(--cz-width); display: grid; grid-template-columns: repeat(4,1fr); margin-inline: auto; }
.cz-trust-item { min-height: 96px; display: flex; gap: 13px; align-items: center; margin: 0; padding: 20px 24px; border-right: 1px solid var(--cz-line); color: #d8d2df; font-size: .88rem; font-weight: 700; }
.cz-trust-item:first-child { border-left: 1px solid var(--cz-line); }
.cz-trust-item::before { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 2px; background: linear-gradient(135deg,var(--cz-purple),var(--cz-orange)); box-shadow: 0 0 18px rgba(97,39,254,.6); content: ""; transform: rotate(45deg); }
.cz-section { position: relative; padding: clamp(76px,8vw,112px) 0; border-bottom: 1px solid var(--cz-line); background: #08040e; }
.cz-section--tight { padding: clamp(52px,6vw,78px) 0; }
.cz-section--ink { background: radial-gradient(circle at 18% 10%,rgba(97,39,254,.23),transparent 34%),#0b0613; }
.cz-section--mist { background: linear-gradient(180deg,#0c0714,#08040e); }
.cz-section > .wp-block-group__inner-container,.cz-section--tight > .wp-block-group__inner-container,.cz-section > .cz-section-heading,.cz-section > .cz-card-grid,.cz-section > .cz-value-grid,.cz-section > .cz-process,.cz-section > .wp-block-query { width: var(--cz-width); margin-inline: auto; }
.cz-section-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.7fr); gap: clamp(32px,6vw,84px); align-items: end; margin-bottom: 52px; }
.cz-section-heading h2 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(2.35rem,4.2vw,4rem); }
.cz-section-heading p:last-child { margin: 0; color: var(--cz-muted); font-size: 1.06rem; }

/* Cards */
.cz-card-grid { width: 100%; max-width: none !important; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; counter-reset: solution; }
.cz-card,.cz-card-grid > .wp-block-post { position: relative; min-height: 272px; margin: 0; padding: 30px; overflow: hidden; border: 1px solid var(--cz-line); border-radius: var(--cz-radius); color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); transition: transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease; }
.cz-card::after,.cz-card-grid > .wp-block-post::after { position: absolute; right: -38px; bottom: -38px; width: 120px; height: 120px; border: 1px solid rgba(97,39,254,.24); border-radius: 50%; content: ""; }
.cz-card:hover,.cz-card-grid > .wp-block-post:hover { border-color: rgba(169,140,255,.5); background: linear-gradient(145deg,rgba(97,39,254,.14),rgba(255,255,255,.035)); box-shadow: 0 22px 60px rgba(0,0,0,.24),0 0 35px rgba(97,39,254,.1); transform: translateY(-4px); }
.cz-card-grid > .wp-block-post { display: flex; flex-direction: column; counter-increment: solution; }
.cz-card-grid > .wp-block-post::before { margin-bottom: 48px; color: var(--cz-purple-light); content: "0" counter(solution); font-family: Manrope,sans-serif; font-size: .74rem; font-weight: 800; letter-spacing: .14em; }
.cz-card-grid > .wp-block-post > .cz-card { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; transition: none; }
.cz-card-grid > .wp-block-post > .cz-card::after { display: none; }
.cz-card-grid > .wp-block-post > .cz-card:hover { border-color: transparent; background: transparent; box-shadow: none; transform: none; }
.cz-card h3,.cz-card-grid .wp-block-post-title { position: relative; z-index: 1; margin: 0 0 14px; color: #fff; font-size: 1.38rem; }
.cz-card-grid .wp-block-post-title a { color: #fff; text-decoration: none; }
.cz-card p,.cz-card-grid .wp-block-post-excerpt { position: relative; z-index: 1; color: #aaa2b6; }
.wp-block-read-more { position: relative; z-index: 1; display: inline-flex; margin-top: 16px; color: #bdaaff; font-weight: 760; text-decoration: none; }
.wp-block-read-more:hover { color: #fff; }

/* Values and process */
.cz-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.cz-value { position: relative; min-height: 310px; padding: 32px; overflow: hidden; border: 1px solid var(--cz-line); border-radius: var(--cz-radius); background: rgba(255,255,255,.045); }
.cz-value::before { position: absolute; top: 0; right: 0; width: 100px; height: 100px; border-radius: 0 0 0 100%; background: linear-gradient(135deg,rgba(97,39,254,.16),rgba(254,71,1,.1)); content: ""; }
.cz-value span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 54px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #fff; background: linear-gradient(135deg,var(--cz-purple),#7d4cff); font-weight: 800; }
.cz-value h3 { margin: 0 0 14px; color: #fff; font-size: 1.42rem; }
.cz-value p { margin: 0; color: #aaa2b6; }
.cz-process { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: process; }
.cz-process-step { position: relative; min-height: 245px; padding: 30px; border-block: 1px solid var(--cz-line); border-left: 1px solid var(--cz-line); counter-increment: process; background: rgba(255,255,255,.025); }
.cz-process-step:last-child { border-right: 1px solid var(--cz-line); }
.cz-process-step::before { display: block; margin-bottom: 56px; color: var(--cz-purple-light); content: "0" counter(process); font-size: .76rem; font-weight: 850; letter-spacing: .14em; }
.cz-process-step::after { position: absolute; top: 31px; right: 28px; width: 7px; height: 7px; border-radius: 50%; background: var(--cz-orange); box-shadow: 0 0 16px rgba(254,71,1,.7); content: ""; }
.cz-process-step h3 { margin: 0 0 10px; color: #fff; font-size: 1.22rem; }
.cz-process-step p { margin: 0; color: var(--cz-muted); }

/* Secondary pathway, insights and CTA */
.cz-route { position: relative; width: var(--cz-width) !important; max-width: none !important; margin: clamp(56px,7vw,92px) auto !important; overflow: hidden; border: 1px solid rgba(169,140,255,.25); border-radius: var(--cz-radius-lg); background: linear-gradient(135deg,#120a21 0%,#170a35 100%); box-shadow: var(--cz-shadow); }
.cz-route::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(90deg,transparent,black); }
.cz-route > .wp-block-group__inner-container,.cz-route > div { position: relative; width: auto; display: grid; grid-template-columns: 1fr .68fr; gap: 54px; align-items: center; padding: clamp(38px,6vw,74px); }
.cz-route h2 { margin: 0 0 18px; color: #fff; font-size: clamp(2.2rem,4vw,3.7rem); }
.cz-route p { max-width: 680px; color: var(--cz-muted); }
.cz-route-mark { position: relative; min-height: 250px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--cz-radius); color: #fff; background: radial-gradient(circle at 30% 20%,rgba(254,71,1,.45),transparent 38%),linear-gradient(145deg,#6127fe,#24105f); font-family: Manrope,sans-serif; font-size: clamp(4rem,8vw,7rem); font-weight: 800; box-shadow: 0 24px 60px rgba(0,0,0,.32); }
.cz-route-mark::after { position: absolute; inset: 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 15px; content: ""; }
.cz-insight-grid { width: 100%; max-width: none !important; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.cz-insight-grid > .wp-block-post { min-height: 300px; margin: 0; padding: 30px; border: 1px solid var(--cz-line); border-radius: var(--cz-radius); background: rgba(255,255,255,.045); }
.cz-insight-grid .wp-block-post-date { color: var(--cz-purple-light); font-size: .76rem; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.cz-insight-grid .wp-block-post-title { margin: 28px 0 18px; color: #fff; font-size: 1.4rem; }
.cz-insight-grid .wp-block-post-title a { color: #fff; text-decoration: none; }
.cz-insight-grid .wp-block-post-excerpt { color: var(--cz-muted); }
.cz-cta { position: relative; width: var(--cz-width) !important; max-width: none !important; margin: clamp(56px,7vw,92px) auto !important; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--cz-radius-lg); color: #fff; background: linear-gradient(112deg,#28106a 0%,#6127fe 64%,#7d2d45 100%); box-shadow: 0 28px 80px rgba(39,14,104,.38); }
.cz-cta::after { position: absolute; top: -120px; right: -90px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.cz-cta > .wp-block-group__inner-container,.cz-cta > div { position: relative; z-index: 1; width: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: center; padding: clamp(42px,6vw,76px); }
.cz-cta h2 { margin: 0; color: #fff; font-size: clamp(2.3rem,4.4vw,4.1rem); }
.cz-cta p { color: #ded5f1; }
.cz-cta .wp-block-button__link { color: var(--cz-ink); background: #fff; box-shadow: none; }
.cz-cta .wp-block-button__link:hover { color: var(--cz-purple); background: #fff; }

/* Page, article and solution templates */
.cz-page-hero,.cz-service-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--cz-line); background: radial-gradient(circle at 82% 20%,rgba(97,39,254,.25),transparent 30%),#08040f; }
.cz-page-hero::before,.cz-service-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to bottom,black,transparent); pointer-events: none; }
.cz-page-hero { padding: clamp(88px,9vw,132px) 0 72px; }
.cz-page-hero > * { position: relative; width: var(--cz-width) !important; max-width: none !important; margin-inline: auto !important; }
.cz-page-hero h1 { max-width: 980px !important; margin-top: 0; margin-bottom: 24px; color: #fff; font-size: clamp(3.1rem,6vw,5.8rem); }
.cz-page-hero .wp-block-post-excerpt,.cz-page-hero > p:not(.cz-eyebrow) { max-width: 760px !important; color: var(--cz-muted); font-size: 1.18rem; }
.cz-service-hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.65fr); gap: clamp(36px,7vw,92px); align-items: end; padding: clamp(88px,9vw,132px) max(24px,calc((100vw - 1240px)/2)); }
.cz-service-hero > .wp-block-group__inner-container,.cz-service-hero > div { position: relative; width: auto !important; max-width: none !important; display: block; margin: 0 !important; }
.cz-service-hero h1 { margin: 0 0 24px; color: #fff; font-size: clamp(3.1rem,6vw,5.7rem); }
.cz-service-hero .wp-block-post-excerpt { color: var(--cz-muted); font-size: 1.18rem; }
.cz-service-aside { padding: 30px; border: 1px solid rgba(169,140,255,.28); border-radius: var(--cz-radius); background: rgba(255,255,255,.06); box-shadow: var(--cz-shadow); backdrop-filter: blur(16px); }
.cz-service-aside strong { display: block; margin-bottom: 12px; color: #c6b6ff; }
.cz-content { width: var(--cz-width); margin: clamp(32px,5vw,64px) auto clamp(70px,8vw,110px); padding: clamp(34px,6vw,82px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--cz-radius-lg); color: var(--cz-surface-text); background: var(--cz-surface); box-shadow: var(--cz-shadow); }
.cz-content > *:not(.alignwide):not(.alignfull),.cz-content .wp-block-post-content > *:not(.alignwide):not(.alignfull) { max-width: 800px; margin-inline: auto; }
.cz-content h1,.cz-content h2,.cz-content h3,.cz-content h4 { color: var(--cz-surface-text); }
.cz-content h2 { margin-top: 2em; font-size: clamp(1.9rem,3vw,3rem); }
.cz-content h3 { margin-top: 1.7em; font-size: 1.42rem; }
.cz-content p,.cz-content li { color: #50485a; font-size: 1.04rem; }
.cz-content a { color: var(--cz-purple); }
.cz-content .cz-eyebrow { color: var(--cz-purple); }
.cz-content .alignwide { max-width: 1100px; margin-inline: auto; }
.cz-content .cz-card-grid { max-width: 1100px !important; }
.cz-content .cz-card { min-height: 220px; border-color: #ddd6e5; color: var(--cz-surface-text); background: #fff; box-shadow: 0 12px 32px rgba(32,14,68,.06); }
.cz-content .cz-card:hover { border-color: rgba(97,39,254,.38); background: #fff; }
.cz-content .cz-card h3 { color: var(--cz-surface-text); }
.cz-content .cz-card p { color: #5e5667; }
.cz-capabilities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; }
.cz-capabilities li { padding: 18px 19px; border: 1px solid #ded7e6; border-radius: var(--cz-radius-sm); color: #302738; background: #fff; }
.wp-block-details { margin-bottom: 12px; padding: 19px 22px; border: 1px solid #ded7e6; border-radius: var(--cz-radius-sm); background: #fff; }
.wp-block-details summary { color: var(--cz-surface-text); font-weight: 760; cursor: pointer; }
.wp-block-details p { margin-bottom: 0; }

/* Form and contact */
.cz-form-wrap { max-width: 860px; margin-top: 38px; padding: clamp(26px,5vw,48px); border: 1px solid #ded7e6; border-radius: var(--cz-radius); background: #fff; box-shadow: 0 20px 55px rgba(32,14,68,.09); }
.cz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cz-form-field { margin-bottom: 18px; }
.cz-form-field label,.cz-form-field > span { display: block; margin-bottom: 8px; color: var(--cz-surface-text); font-size: .9rem; font-weight: 760; }
.cz-form-field input,.cz-form-field select,.cz-form-field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #d4ccdc; border-radius: 11px; color: var(--cz-surface-text); background: #fbfafe; font: inherit; }
.cz-form-field textarea { min-height: 150px; resize: vertical; }
.cz-form-field input:focus,.cz-form-field select:focus,.cz-form-field textarea:focus { border-color: var(--cz-purple); outline: 3px solid rgba(97,39,254,.14); }
.cz-form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 22px; color: #655d6e; font-size: .9rem; }
.cz-form-consent input { margin-top: 4px; }
.cz-form-message { margin-bottom: 22px; padding: 15px 17px; border-radius: 10px; }
.cz-form-message--success { color: #155a35; background: #e9f8f0; }
.cz-form-message--error { color: #81290d; background: #fff0ea; }
.cz-honeypot { position: absolute; left: -10000px; }
.cz-contact-details { display: flex; flex-wrap: wrap; gap: 22px 46px; align-items: center; margin: 30px 0; padding: 24px; border: 1px solid #ded7e6; border-radius: var(--cz-radius-sm); background: #fff; }
.cz-contact-details p { margin: 0; }
.cz-social-links { display: flex; flex-wrap: wrap; gap: 14px; }

/* Footer */
.cz-site-footer { position: relative; padding: 78px 0 30px; border-top: 1px solid var(--cz-line); color: #fff; background: #050209; }
.cz-site-footer::before { position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--cz-purple),var(--cz-orange),transparent); content: ""; }
.cz-footer-inner { width: var(--cz-width); margin-inline: auto; }
.cz-footer-top { display: grid; grid-template-columns: 1.05fr 1.45fr; gap: clamp(42px,9vw,120px); padding-bottom: 58px; border-bottom: 1px solid var(--cz-line); }
.cz-footer-top p { max-width: 430px; color: #9f97aa; }
.cz-footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.cz-footer-links h3 { margin: 0 0 16px; color: #877c93; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.cz-footer-links a { display: block; margin: 9px 0; color: #fff; text-decoration: none; }
.cz-footer-links a:hover { color: #bca8ff; }
.cz-footer-links span { display: block; margin: 9px 0; color: #817889; }
.cz-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 26px; color: #817889; font-size: .82rem; }
.wp-block-query-pagination { margin-top: 46px; }
.wp-block-query-pagination a,.wp-block-query-pagination span { display: inline-flex; min-width: 42px; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--cz-line); border-radius: 10px; text-decoration: none; }
.cz-reveal { opacity: 1; transform: none; }
.cz-js .cz-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease,transform .65s ease; }
.cz-js .cz-reveal.is-visible { opacity: 1; transform: none; }
.cz-js .cz-hero.is-interactive .cz-hero-proof.is-visible { transform: perspective(1100px) rotateX(var(--cz-tilt-y)) rotateY(var(--cz-tilt-x)) translate3d(var(--cz-proof-x),var(--cz-proof-y),0); transition: transform .18s ease-out,border-color .25s ease,box-shadow .25s ease; }

/* Light colour mode */
html { color-scheme: dark; }
html.cz-light { color-scheme: light; }
html.cz-light body { color: #17101f; background: #f1eef5; }
html.cz-light .cz-site-header { border-color: rgba(18,11,29,.12); background: rgba(255,255,255,.94); }
html.cz-light .cz-site-header.is-scrolled { background: rgba(255,255,255,.97); box-shadow: 0 16px 45px rgba(38,18,68,.12); }
html.cz-light header .cz-brand--inverse { background: url('../img/logo-primary.svg') center / contain no-repeat; }
html.cz-light header .cz-brand--inverse img { visibility: hidden; }
html.cz-light header .cz-primary-navigation .wp-block-navigation-item__content { color: #2b2134 !important; }
html.cz-light header .cz-primary-navigation .wp-block-navigation-item__content:hover { color: var(--cz-purple) !important; }
html.cz-light header .cz-primary-navigation .wp-block-navigation__responsive-container-open { color: #17101f; }
html.cz-light .cz-theme-toggle { border-color: rgba(18,11,29,.16); color: #17101f; background: rgba(18,11,29,.045); }
html.cz-light .cz-theme-toggle:hover { border-color: rgba(97,39,254,.42); background: rgba(97,39,254,.08); }
html.cz-light .cz-hero { border-color: rgba(18,11,29,.12); background: #f8f7fb; }
html.cz-light .cz-hero::before,html.cz-light .cz-page-hero::before,html.cz-light .cz-service-hero::before { background-image: linear-gradient(rgba(18,11,29,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(18,11,29,.065) 1px,transparent 1px); }
html.cz-light .cz-hero::after { background: radial-gradient(circle at var(--cz-pointer-x) var(--cz-pointer-y),rgba(97,39,254,.2) 0%,rgba(97,39,254,.07) 22%,transparent 46%); }
html.cz-light .cz-hero-copy h1,html.cz-light .cz-section-heading h2,html.cz-light .cz-page-hero h1,html.cz-light .cz-service-hero h1 { color: #130c1d; }
html.cz-light .cz-hero-lead,html.cz-light .cz-section-heading p:last-child,html.cz-light .cz-page-hero .wp-block-post-excerpt,html.cz-light .cz-page-hero > p:not(.cz-eyebrow),html.cz-light .cz-service-hero .wp-block-post-excerpt { color: #5f5668; }
html.cz-light .cz-gradient-text { background-image: linear-gradient(96deg,#6127fe 0%,#7d4cff 48%,#e63e00 100%); }
html.cz-light .cz-hero .is-style-outline .wp-block-button__link,html.cz-light .cz-page-hero .is-style-outline .wp-block-button__link,html.cz-light .cz-service-hero .is-style-outline .wp-block-button__link { border-color: rgba(18,11,29,.2); color: #17101f; background: rgba(255,255,255,.7); }
html.cz-light .cz-hero .is-style-outline .wp-block-button__link:hover,html.cz-light .cz-service-hero .is-style-outline .wp-block-button__link:hover { border-color: var(--cz-purple); color: var(--cz-purple); }
html.cz-light .cz-hero-proof { border-color: rgba(18,11,29,.13); background: rgba(255,255,255,.78); box-shadow: 0 28px 70px rgba(52,26,92,.12),0 0 55px rgba(97,39,254,.08); }
html.cz-light .cz-hero-proof h2,html.cz-light .cz-proof-row dt { color: #17101f; }
html.cz-light .cz-proof-list,html.cz-light .cz-proof-row { border-color: rgba(18,11,29,.12); }
html.cz-light .cz-proof-row dd,html.cz-light .cz-proof-note { color: #655c6e; }
html.cz-light .cz-trust-strip { border-color: rgba(18,11,29,.12); background: #fff; }
html.cz-light .cz-trust-item { border-color: rgba(18,11,29,.11); color: #2d2535; }
html.cz-light .cz-section { border-color: rgba(18,11,29,.1); background: #f8f7fb; }
html.cz-light .cz-section--ink { background: radial-gradient(circle at 18% 10%,rgba(97,39,254,.14),transparent 36%),#f1edfb; }
html.cz-light .cz-section--mist { background: linear-gradient(180deg,#f0ecf7,#f8f7fb); }
html.cz-light .cz-card,html.cz-light .cz-card-grid > .wp-block-post,html.cz-light .cz-insight-grid > .wp-block-post { border-color: rgba(18,11,29,.13); color: #17101f; background: rgba(255,255,255,.86); box-shadow: 0 15px 38px rgba(38,18,68,.05); }
html.cz-light .cz-card:hover,html.cz-light .cz-card-grid > .wp-block-post:hover { border-color: rgba(97,39,254,.38); background: #fff; box-shadow: 0 22px 55px rgba(38,18,68,.1); }
html.cz-light .cz-card-grid > .wp-block-post > .cz-card,html.cz-light .cz-card-grid > .wp-block-post > .cz-card:hover { border-color: transparent; background: transparent; box-shadow: none; }
html.cz-light .cz-card h3,html.cz-light .cz-card-grid .wp-block-post-title,html.cz-light .cz-card-grid .wp-block-post-title a,html.cz-light .cz-insight-grid .wp-block-post-title,html.cz-light .cz-insight-grid .wp-block-post-title a { color: #17101f; }
html.cz-light .cz-card p,html.cz-light .cz-card-grid .wp-block-post-excerpt,html.cz-light .cz-insight-grid .wp-block-post-excerpt { color: #625968; }
html.cz-light .cz-value { border-color: rgba(18,11,29,.13); background: rgba(255,255,255,.72); }
html.cz-light .cz-value h3,html.cz-light .cz-process-step h3 { color: #17101f; }
html.cz-light .cz-value p,html.cz-light .cz-process-step p { color: #655c6e; }
html.cz-light .cz-process-step { border-color: rgba(18,11,29,.14); background: rgba(255,255,255,.54); }
html.cz-light .cz-page-hero,html.cz-light .cz-service-hero { border-color: rgba(18,11,29,.12); background: radial-gradient(circle at 82% 20%,rgba(97,39,254,.14),transparent 31%),#f6f4f9; }
html.cz-light .cz-service-aside { border-color: rgba(97,39,254,.22); color: #292031; background: rgba(255,255,255,.78); box-shadow: 0 22px 55px rgba(38,18,68,.08); }
html.cz-light .cz-service-aside strong { color: var(--cz-purple); }
html.cz-light .cz-content { border-color: rgba(18,11,29,.1); }
html.cz-light .wp-block-query-pagination a,html.cz-light .wp-block-query-pagination span { border-color: rgba(18,11,29,.14); }

@media (max-width: 1000px) {
  .cz-header-inner { min-height: 72px; }
  .cz-header-cta { display: none !important; }
  .cz-hero { min-height: 0; }
  .cz-hero-grid,.cz-service-hero { grid-template-columns: 1fr; }
  .cz-hero-proof { max-width: 700px; }
  .cz-card-grid,.cz-insight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cz-value-grid { grid-template-columns: 1fr; }
  .cz-value { min-height: 0; }
  .cz-value span { margin-bottom: 28px; }
  .cz-process { grid-template-columns: repeat(2,1fr); }
  .cz-process-step:nth-child(2) { border-right: 1px solid var(--cz-line); }
  .cz-route > .wp-block-group__inner-container,.cz-route > div,.cz-cta > .wp-block-group__inner-container,.cz-cta > div,.cz-footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .cz-primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .cz-primary-navigation .wp-block-navigation__responsive-container-open { display: flex !important; color: #fff; }
  .cz-primary-navigation .wp-block-navigation__responsive-container.is-menu-open { inset: 0 !important; width: 100vw !important; height: 100dvh !important; min-height: 100dvh; padding: 26px; overflow: auto !important; color: #fff !important; background: #050209 !important; }
  html.cz-light .cz-primary-navigation .wp-block-navigation__responsive-container.is-menu-open { color: #17101f !important; background: #fff !important; }
  .cz-primary-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg,.cz-primary-navigation .wp-block-navigation__responsive-container-open svg { fill: currentColor; stroke: currentColor; }
  .cz-primary-navigation .wp-block-navigation__responsive-container-content { align-items: flex-start; }
  .cz-primary-navigation .wp-block-navigation__container { gap: 22px; align-items: flex-start; }
  .cz-primary-navigation .wp-block-navigation-item__content { font-size: 1.3rem; }
}

@media (max-width: 782px) {
  :root { --cz-width: min(100% - 32px,1240px); }
  .admin-bar header.wp-block-template-part { top: 46px; }
  .cz-brand { width: 168px; }
  .cz-header-inner { gap: 14px; }
  .cz-header-inner .wp-block-navigation { order: 3; margin-left: 0; }
  .cz-hero { padding: 68px 0 76px; }
  .cz-hero-grid { gap: 44px; }
  .cz-hero-copy h1 { font-size: clamp(3rem,14.5vw,4.55rem); }
  .cz-hero-lead { font-size: 1.05rem; }
  .cz-section { padding: 72px 0; }
  .cz-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .cz-section-heading h2 { font-size: clamp(2.2rem,10vw,3.2rem); }
  .cz-trust-strip > .wp-block-group__inner-container,.cz-trust-strip > div { grid-template-columns: repeat(2,1fr); }
  .cz-trust-item:nth-child(3) { border-left: 1px solid var(--cz-line); }
  .cz-card-grid,.cz-insight-grid { grid-template-columns: 1fr; }
  .cz-card,.cz-card-grid > .wp-block-post,.cz-insight-grid > .wp-block-post { min-height: 0; }
  .cz-card-grid > .wp-block-post::before { margin-bottom: 32px; }
  .cz-route,.cz-cta { border-radius: 22px; }
  .cz-route > .wp-block-group__inner-container,.cz-route > div,.cz-cta > .wp-block-group__inner-container,.cz-cta > div { gap: 32px; padding: 30px 24px; }
  .cz-route-mark { min-height: 210px; }
  .cz-page-hero { padding: 76px 0 56px; }
  .cz-page-hero h1,.cz-service-hero h1 { font-size: clamp(2.75rem,13vw,4rem); }
  .cz-service-hero { padding: 76px 16px; }
  .cz-content { width: calc(100% - 24px); margin-top: 24px; padding: 34px 22px; border-radius: 22px; }
  .cz-content .cz-card-grid { grid-template-columns: 1fr; }
  .cz-capabilities,.cz-form-grid { grid-template-columns: 1fr; }
  .cz-footer-links { grid-template-columns: 1fr 1fr; }
  .cz-footer-bottom { flex-direction: column; }
}

@media (max-width: 640px) {
  .cz-theme-toggle { width: 44px; min-width: 44px; padding: 0; }
  .cz-theme-toggle__label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
}

@media (max-width: 540px) {
  .cz-hero-actions .wp-block-buttons,.cz-hero-actions .wp-block-button,.cz-hero-actions .wp-block-button__link { width: 100%; }
  .cz-proof-row { grid-template-columns: 1fr; gap: 4px; }
  .cz-trust-strip > .wp-block-group__inner-container,.cz-trust-strip > div,.cz-process { grid-template-columns: 1fr; }
  .cz-trust-item { min-height: 76px; border-left: 1px solid var(--cz-line); }
  .cz-process-step { min-height: 0; border-right: 1px solid var(--cz-line); border-bottom: 0; }
  .cz-process-step:last-child { border-bottom: 1px solid var(--cz-line); }
  .cz-footer-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cz-js .cz-reveal,.cz-reveal { opacity: 1; transform: none; }
  .cz-hero-motion__orb { animation: none !important; transform: none !important; }
  .cz-hero-motion__signal { display: none; }
}

@media print {
  body { color: #000; background: #fff; }
  .cz-site-header,.cz-site-footer,.cz-cta { display: none !important; }
  .cz-content { width: 100%; margin: 0; padding: 0; border: 0; box-shadow: none; }
}
