/* ChipJourney 2026 unified visual system — static-site safe */
:root{
  --cj-ink:#111827;
  --cj-muted:#667085;
  --cj-soft:#f7f8fc;
  --cj-surface:#ffffff;
  --cj-line:#e7e9f2;
  --cj-brand:#6558f5;
  --cj-brand-2:#3b82f6;
  --cj-accent:#ff7a59;
  --cj-deep:#0f172a;
  --cj-success:#0f9f77;
  --cj-shadow:0 18px 55px rgba(23,31,56,.10);
  --cj-shadow-sm:0 10px 30px rgba(23,31,56,.08);
  --cj-radius:26px;
  --cj-radius-sm:18px;
  --cj-max:1240px;
}
html{scroll-behavior:smooth;background:var(--cj-soft)}
body.cj-2026{
  margin:0;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 10% -10%,rgba(101,88,245,.10),transparent 31rem),
    radial-gradient(circle at 92% 4%,rgba(59,130,246,.08),transparent 28rem),
    var(--cj-soft)!important;
  color:var(--cj-ink)!important;
  font-family:Poppins,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.cj-2026 *{box-sizing:border-box}
body.cj-2026 img{max-width:100%;height:auto}
body.cj-2026 a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
body.cj-2026 :focus-visible{outline:3px solid rgba(101,88,245,.36);outline-offset:4px;border-radius:8px}
body.cj-2026 .skip-link,
body.cj-2026 .skip{position:fixed;left:16px;top:12px;z-index:9999;transform:translateY(-160%);padding:10px 15px;border-radius:999px;background:#fff;color:var(--cj-deep);box-shadow:var(--cj-shadow-sm);font-weight:700}
body.cj-2026 .skip-link:focus,
body.cj-2026 .skip:focus{transform:translateY(0)}

/* Shared chrome */
body.cj-2026 .site-header{
  position:sticky!important;
  top:0;
  z-index:1000;
  width:100%;
  border:0!important;
  border-bottom:1px solid rgba(231,233,242,.86)!important;
  background:rgba(255,255,255,.88)!important;
  box-shadow:0 8px 28px rgba(15,23,42,.035)!important;
  backdrop-filter:saturate(145%) blur(18px);
  -webkit-backdrop-filter:saturate(145%) blur(18px);
}
body.cj-2026 .site-header.is-scrolled{background:rgba(255,255,255,.96)!important;box-shadow:0 12px 35px rgba(15,23,42,.08)!important}
body.cj-2026 .header-inner{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  min-height:78px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:24px!important;
}
body.cj-2026 .site-header .brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:11px!important;
  color:var(--cj-ink)!important;
  text-decoration:none!important;
  min-width:max-content;
}
body.cj-2026 .site-header .brand-mark{
  width:43px!important;
  height:43px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 43px!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,var(--cj-brand),var(--cj-brand-2))!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  letter-spacing:-.04em!important;
  box-shadow:0 9px 25px rgba(101,88,245,.25)!important;
}
body.cj-2026 .site-header .brand-text{display:grid!important;gap:0!important;line-height:1.08!important}
body.cj-2026 .site-header .brand-name{color:var(--cj-ink)!important;font-size:18px!important;font-weight:800!important;letter-spacing:-.035em!important;-webkit-text-fill-color:currentColor!important;background:none!important}
body.cj-2026 .site-header .brand-kicker{margin-top:4px;color:#8a90a0!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important}
body.cj-2026 .site-header .nav-wrap{display:flex!important;align-items:center!important;gap:10px!important}
body.cj-2026 .site-header .top-nav{display:flex!important;align-items:center!important;gap:4px!important}
body.cj-2026 .site-header .top-nav a{
  padding:10px 12px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  color:#4b5565!important;
  background:transparent!important;
  font-size:13.5px!important;
  font-weight:650!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
body.cj-2026 .site-header .top-nav a:hover,
body.cj-2026 .site-header .top-nav a[aria-current="page"]{color:var(--cj-brand)!important;background:#f3f1ff!important;border-color:#e8e3ff!important}
body.cj-2026 .site-header .top-nav .nav-cta{margin-left:5px!important;padding:11px 17px!important;border-color:transparent!important;border-radius:999px!important;background:var(--cj-deep)!important;color:#fff!important;box-shadow:0 8px 20px rgba(15,23,42,.13)!important}
body.cj-2026 .site-header .top-nav .nav-cta:hover{transform:translateY(-1px);background:var(--cj-brand)!important;color:#fff!important;box-shadow:0 12px 28px rgba(101,88,245,.24)!important}
body.cj-2026 .site-header .menu-toggle{
  display:none;
  width:44px;height:44px;padding:0!important;border:1px solid var(--cj-line)!important;border-radius:13px!important;background:#fff!important;color:var(--cj-ink)!important;box-shadow:none!important;cursor:pointer;
}
body.cj-2026 .site-header .menu-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body.cj-2026 .coza-topbar{
  border:0!important;
  background:linear-gradient(100deg,#111827 0%,#1d2440 52%,#332a72 100%)!important;
  color:#fff!important;
}
body.cj-2026 .coza-topbar-inner{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  min-height:38px!important;
  margin:0 auto!important;
  padding:7px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  font-size:11.5px!important;
  letter-spacing:.01em;
}
body.cj-2026 .coza-topbar p{margin:0!important;color:#e8eaf1!important}
body.cj-2026 .coza-topbar a{color:#fff!important;text-decoration:none!important;font-weight:700!important}
body.cj-2026 .coza-topbar a:hover{color:#dcd8ff!important}
body.cj-2026 .progress-bar{position:fixed!important;left:0!important;top:0!important;z-index:1500!important;height:3px!important;max-width:100%!important;background:linear-gradient(90deg,var(--cj-accent),var(--cj-brand),var(--cj-brand-2))!important;box-shadow:0 1px 8px rgba(101,88,245,.26)!important}

/* Main surface system shared by pages */
body.cj-2026.coza-skin .site-main{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  max-width:var(--cj-max)!important;
  margin:0 auto!important;
  padding-top:44px!important;
  padding-bottom:72px!important;
  background:transparent!important;
}
body.cj-2026.coza-skin .site-main a:not(.btn):not(.button):not(.nav-cta){text-underline-offset:3px}
body.cj-2026.coza-skin h1,body.cj-2026.coza-skin h2,body.cj-2026.coza-skin h3,body.cj-2026.coza-skin h4{color:var(--cj-ink)}

/* Archive / taxonomy / blog */
body.cj-2026.coza-archive .archive-hero,
body.cj-2026.coza-archive .site-main>.hero,
body.cj-2026 .archive-hero{
  position:relative!important;
  overflow:hidden!important;
  margin:0 0 42px!important;
  padding:clamp(42px,6vw,74px)!important;
  border:1px solid rgba(219,219,244,.85)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,122,89,.18),transparent 20rem),
    radial-gradient(circle at 14% 8%,rgba(101,88,245,.19),transparent 24rem),
    linear-gradient(135deg,#fff 0%,#f4f3ff 52%,#eef7ff 100%)!important;
  box-shadow:var(--cj-shadow)!important;
}
body.cj-2026 .archive-hero::after{content:"";position:absolute;width:230px;height:230px;right:-78px;bottom:-110px;border:42px solid rgba(101,88,245,.07);border-radius:50%;pointer-events:none}
body.cj-2026 .archive-hero-split{grid-template-columns:minmax(0,1fr) minmax(210px,300px)!important;gap:40px!important;align-items:end!important}
body.cj-2026 .archive-hero .super,
body.cj-2026 .archive-hero .eyebrow,
body.cj-2026 .info-kicker,
body.cj-2026.coza-skin .eyebrow{
  color:var(--cj-brand)!important;
  font-weight:800!important;
  letter-spacing:.11em!important;
}
body.cj-2026 .archive-hero h1{max-width:850px!important;margin-bottom:14px!important;font-size:clamp(38px,5.2vw,66px)!important;font-weight:800!important;line-height:1.04!important;letter-spacing:-.055em!important}
body.cj-2026 .archive-hero p{max-width:760px!important;color:var(--cj-muted)!important;font-size:16px!important;line-height:1.75!important}
body.cj-2026 .archive-stats{
  padding:22px!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:22px!important;background:rgba(255,255,255,.62)!important;box-shadow:0 14px 35px rgba(51,42,114,.08)!important;backdrop-filter:blur(12px)
}
body.cj-2026 .archive-stats strong{font-size:28px!important;color:var(--cj-ink)!important;font-weight:800!important}
body.cj-2026 .section-title{margin:46px 0 25px!important;padding:0 0 16px!important;border-bottom:1px solid var(--cj-line)!important}
body.cj-2026 .section-title h2{font-size:clamp(27px,3vw,39px)!important;font-weight:800!important;letter-spacing:-.045em!important}
body.cj-2026 .section-title p{color:var(--cj-muted)!important}
body.cj-2026 .grid.archive-grid,
body.cj-2026.coza-archive .grid,
body.cj-2026.coza-archive .archive-grid{gap:24px!important}
body.cj-2026.coza-skin .post-card{
  overflow:hidden!important;
  border:1px solid var(--cj-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 7px 24px rgba(23,31,56,.055)!important;
}
body.cj-2026.coza-skin .post-card:hover{transform:translateY(-4px)!important;border-color:#dcd8ff!important;box-shadow:0 18px 44px rgba(23,31,56,.11)!important}
body.cj-2026.coza-skin .post-card .card-image,
body.cj-2026.coza-skin .post-card .post-image{display:block!important;overflow:hidden!important;aspect-ratio:16/10!important;background:#eef0f6!important}
body.cj-2026.coza-skin .post-card .card-image img,
body.cj-2026.coza-skin .post-card .post-image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .5s ease!important}
body.cj-2026.coza-skin .post-card:hover .card-image img,
body.cj-2026.coza-skin .post-card:hover .post-image img{transform:scale(1.035)!important}
body.cj-2026.coza-skin .post-card-body,
body.cj-2026.coza-skin .post-body{padding:21px 22px 24px!important}
body.cj-2026.coza-skin .post-card h2,body.cj-2026.coza-skin .post-card h3{margin:6px 0 10px!important;font-weight:780!important;line-height:1.24!important;letter-spacing:-.025em!important}
body.cj-2026.coza-skin .post-card h2 a,body.cj-2026.coza-skin .post-card h3 a{color:var(--cj-ink)!important;text-decoration:none!important}
body.cj-2026.coza-skin .post-card h2 a:hover,body.cj-2026.coza-skin .post-card h3 a:hover{color:var(--cj-brand)!important}
body.cj-2026.coza-skin .post-card p{color:var(--cj-muted)!important;line-height:1.65!important}

/* Articles */
body.cj-2026.coza-article .site-main,
body.cj-2026.single .site-main{padding-top:44px!important}
body.cj-2026 .layout-two{gap:28px!important;align-items:start!important}
body.cj-2026 .article-box{
  border:1px solid var(--cj-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--cj-shadow-sm)!important;
  padding:clamp(26px,4vw,50px)!important;
}
body.cj-2026 .article-box>h1{
  max-width:900px!important;
  margin:9px 0 14px!important;
  color:var(--cj-ink)!important;
  font-size:clamp(34px,4.6vw,58px)!important;
  font-weight:820!important;
  line-height:1.06!important;
  letter-spacing:-.052em!important;
}
body.cj-2026 .article-box>.meta{color:#7d8493!important;font-size:13px!important}
body.cj-2026 .article-box>.eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-bottom:4px!important}
body.cj-2026 .article-box>.eyebrow::before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--cj-accent),var(--cj-brand));box-shadow:0 0 0 5px rgba(101,88,245,.08)}
body.cj-2026 .article-content{color:#3f4756!important;font-size:16px!important;line-height:1.82!important}
body.cj-2026 .article-content>p:first-of-type{font-size:18px!important;color:#465062!important}
body.cj-2026 .article-content h2{margin-top:2.15em!important;font-size:clamp(25px,3vw,34px)!important;font-weight:800!important;letter-spacing:-.035em!important}
body.cj-2026 .article-content h3{font-size:21px!important;font-weight:760!important;letter-spacing:-.02em!important}
body.cj-2026 .article-content a{color:#5146dd!important;text-decoration-color:#c8c3ff!important;text-decoration-thickness:1px!important}
body.cj-2026 .article-content blockquote{margin:28px 0!important;padding:22px 24px!important;border:0!important;border-left:4px solid var(--cj-brand)!important;border-radius:0 18px 18px 0!important;background:#f5f3ff!important;color:#3f3b64!important}
body.cj-2026 .article-content table{border-radius:16px;overflow:hidden}
body.cj-2026 .sidebar{position:sticky!important;top:130px!important}
body.cj-2026 .sidebar-card{
  margin-bottom:20px!important;
  padding:22px!important;
  border:1px solid var(--cj-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(23,31,56,.055)!important;
}
body.cj-2026 .sidebar-card h3{font-weight:800!important;letter-spacing:-.025em!important}

/* Ads: visible but calm, with reserved space to reduce CLS */
body.cj-2026 .ad-wrap{
  width:100%!important;
  min-height:122px!important;
  margin:28px 0!important;
  padding:16px!important;
  border:1px dashed #d9dbe7!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
body.cj-2026 .ad-wrap>span{display:block!important;margin-bottom:10px!important;color:#9aa0ad!important;font-size:9.5px!important;font-weight:750!important;letter-spacing:.13em!important;text-transform:uppercase!important}
body.cj-2026 .ad-wrap ins.adsbygoogle{min-height:90px}
body.cj-2026 .ad-sidebar{min-height:260px!important}

/* Information / policy / contact pages */
body.cj-2026.coza-info-page .info-main,
body.cj-2026.coza-contact-page .site-main{width:min(1160px,calc(100% - 40px))!important;max-width:1160px!important}
body.cj-2026 .info-hero,
body.cj-2026 .contact-hero-card,
body.cj-2026.coza-page .site-main>.hero,
body.cj-2026.coza-page .site-main>.panel{
  position:relative!important;
  overflow:hidden!important;
  margin:0 0 28px!important;
  padding:clamp(38px,6vw,68px)!important;
  border:1px solid rgba(219,219,244,.85)!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fff 0%,#f5f3ff 56%,#eef8ff 100%)!important;
  box-shadow:var(--cj-shadow-sm)!important;
}
body.cj-2026 .info-hero h1,
body.cj-2026.coza-page .hero h1,
body.cj-2026.coza-page .panel h1{font-size:clamp(37px,5vw,62px)!important;font-weight:820!important;line-height:1.06!important;letter-spacing:-.052em!important}
body.cj-2026 .info-layout{gap:28px!important}
body.cj-2026 .info-content,
body.cj-2026 .info-aside section,
body.cj-2026 .utility-prose,
body.cj-2026 .contact-form{
  border:1px solid var(--cj-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(23,31,56,.055)!important;
}
body.cj-2026 .info-section{border-color:var(--cj-line)!important}

/* Buttons / pagination / inputs */
body.cj-2026.coza-skin :is(.btn,.button,.action-button,.read-link){border-radius:999px!important}
body.cj-2026.coza-skin :is(.btn,.button):not(.secondary){background:var(--cj-deep)!important;color:#fff!important;border-color:var(--cj-deep)!important;box-shadow:0 9px 22px rgba(15,23,42,.13)!important}
body.cj-2026.coza-skin :is(.btn,.button):not(.secondary):hover{background:var(--cj-brand)!important;border-color:var(--cj-brand)!important;transform:translateY(-1px)!important}
body.cj-2026.coza-skin :is(input,textarea,select){border-radius:14px!important;border-color:#dfe2ea!important;background:#fff!important;color:var(--cj-ink)!important}
body.cj-2026.coza-skin :is(input,textarea,select):focus{border-color:#aaa2ff!important;box-shadow:0 0 0 4px rgba(101,88,245,.09)!important;outline:none!important}
body.cj-2026 .pagination a,body.cj-2026 .pagination span{border-radius:12px!important;border-color:var(--cj-line)!important;background:#fff!important}

/* Footer */
body.cj-2026 .site-footer{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:62px 0 22px!important;
  border:0!important;
  background:
    radial-gradient(circle at 85% 0%,rgba(101,88,245,.22),transparent 26rem),
    linear-gradient(145deg,#0d1324,#11182d 60%,#161d38)!important;
  color:#c8cedb!important;
}
body.cj-2026 .site-footer::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)}
body.cj-2026 .footer-grid{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  margin:0 auto!important;
  padding:0 0 42px!important;
  display:grid!important;
  grid-template-columns:1.65fr repeat(3,1fr)!important;
  gap:44px!important;
}
body.cj-2026 .footer-logo{display:inline-flex!important;align-items:center!important;gap:11px!important;color:#fff!important;text-decoration:none!important;font-size:19px!important;font-weight:800!important}
body.cj-2026 .footer-logo span{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,var(--cj-brand),var(--cj-brand-2));color:#fff;font-size:13px;box-shadow:0 8px 22px rgba(101,88,245,.25)}
body.cj-2026 .footer-brand p{max-width:390px!important;color:#9da5b7!important;line-height:1.75!important}
body.cj-2026 .site-footer h2{margin:4px 0 14px!important;color:#fff!important;font-size:12px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}
body.cj-2026 .site-footer nav{display:grid!important;align-content:start!important;gap:10px!important}
body.cj-2026 .site-footer nav a{color:#b8c0d1!important;text-decoration:none!important;font-size:13px!important}
body.cj-2026 .site-footer nav a:hover{color:#fff!important;transform:translateX(2px)}
body.cj-2026 .footer-bottom{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  margin:0 auto!important;
  padding:20px 0 0!important;
  border-top:1px solid rgba(255,255,255,.09)!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:20px!important;
  color:#7f889c!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}
body.cj-2026 .footer-bottom p{margin:0!important;color:#7f889c!important}
body.cj-2026 .footer-bottom a{color:#aab2c4!important}

/* Back to top */
body.cj-2026 .back-to-top{right:22px!important;bottom:22px!important;width:46px!important;height:46px!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:15px!important;background:rgba(15,23,42,.93)!important;color:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.22)!important;backdrop-filter:blur(10px)!important}

/* Homepage */
body.cj-2026.cj-home .site-main{width:100%!important;max-width:none!important;padding:0 0 80px!important}
.cj-home .cj-home-shell{width:min(var(--cj-max),calc(100% - 40px));margin:0 auto}
.cj-home .cj-home-hero{position:relative;overflow:hidden;padding:68px 0 52px}
.cj-home .cj-home-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 8% 10%,rgba(101,88,245,.13),transparent 26rem),radial-gradient(circle at 92% 18%,rgba(59,130,246,.12),transparent 25rem)}
.cj-home .cj-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(480px,.97fr);gap:54px;align-items:center}
.cj-home .cj-home-kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 19px;color:#5448de;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.cj-home .cj-home-kicker::before{content:"";width:24px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--cj-accent),var(--cj-brand))}
.cj-home .cj-home-hero h1{max-width:690px;margin:0;color:var(--cj-ink);font-size:clamp(48px,6.4vw,82px);font-weight:850;line-height:.99;letter-spacing:-.068em}
.cj-home .cj-home-hero h1 em{font-style:normal;background:linear-gradient(95deg,var(--cj-brand),var(--cj-brand-2) 65%,#0ea5e9);-webkit-background-clip:text;background-clip:text;color:transparent}
.cj-home .cj-home-lead{max-width:635px;margin:24px 0 0;color:#626b7b;font-size:18px;line-height:1.78}
.cj-home .cj-home-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.cj-home .cj-home-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:1px solid var(--cj-deep);border-radius:999px;background:var(--cj-deep);color:#fff;text-decoration:none;font-size:13px;font-weight:750;box-shadow:0 11px 27px rgba(15,23,42,.14)}
.cj-home .cj-home-btn:hover{transform:translateY(-2px);background:var(--cj-brand);border-color:var(--cj-brand);box-shadow:0 16px 34px rgba(101,88,245,.24)}
.cj-home .cj-home-btn.secondary{background:#fff;color:var(--cj-ink);border-color:var(--cj-line);box-shadow:none}
.cj-home .cj-home-btn.secondary:hover{background:#f5f3ff;border-color:#dcd8ff;color:var(--cj-brand)}
.cj-home .cj-home-mini-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;padding-top:24px;border-top:1px solid var(--cj-line)}
.cj-home .cj-home-mini-proof span{display:inline-flex;align-items:center;gap:8px;color:#727a8a;font-size:12px;font-weight:650}
.cj-home .cj-home-mini-proof i{width:8px;height:8px;border-radius:50%;background:var(--cj-success);box-shadow:0 0 0 4px rgba(15,159,119,.08)}
.cj-home .cj-home-visual{position:relative;min-height:550px}
.cj-home .cj-home-orbit{position:absolute;inset:4% 4% 3% 10%;border:1px solid rgba(101,88,245,.12);border-radius:50%;transform:rotate(-8deg)}
.cj-home .cj-home-main-card{position:absolute;left:0;top:42px;width:72%;overflow:hidden;border:1px solid rgba(255,255,255,.8);border-radius:30px;background:#fff;box-shadow:0 26px 65px rgba(23,31,56,.17);transform:rotate(-2.2deg)}
.cj-home .cj-home-main-card img{width:100%;height:385px;object-fit:cover;display:block}
.cj-home .cj-home-main-card .caption{padding:18px 20px 21px}
.cj-home .cj-home-main-card .caption small{color:var(--cj-brand);font-size:9.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.cj-home .cj-home-main-card .caption strong{display:block;margin-top:7px;color:var(--cj-ink);font-size:18px;line-height:1.28}
.cj-home .cj-home-float{position:absolute;overflow:hidden;border:6px solid #fff;border-radius:22px;background:#fff;box-shadow:0 20px 50px rgba(23,31,56,.16)}
.cj-home .cj-home-float img{width:100%;height:100%;object-fit:cover;display:block}
.cj-home .cj-home-float.one{right:0;top:6px;width:39%;height:210px;transform:rotate(4deg)}
.cj-home .cj-home-float.two{right:2%;bottom:18px;width:43%;height:220px;transform:rotate(-3deg)}
.cj-home .cj-home-badge{position:absolute;right:11%;top:242px;z-index:3;padding:12px 16px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 15px 38px rgba(23,31,56,.12);backdrop-filter:blur(12px);color:#4d5565;font-size:11px;font-weight:700}
.cj-home .cj-home-badge b{display:block;color:var(--cj-ink);font-size:18px;letter-spacing:-.03em}
.cj-home .cj-search-band{margin-top:16px;padding:18px;border:1px solid var(--cj-line);border-radius:22px;background:#fff;box-shadow:var(--cj-shadow-sm)}
.cj-home .cj-search-band form{display:grid;grid-template-columns:1fr auto;gap:10px}
.cj-home .cj-search-band input{min-height:50px;padding:0 16px;border:1px solid #dfe2ea;border-radius:14px;background:#fbfbfd;font:inherit;font-size:13px}
.cj-home .cj-search-band button{min-width:108px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--cj-brand),var(--cj-brand-2));color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(101,88,245,.2)}
.cj-home .cj-home-section{padding:58px 0}
.cj-home .cj-home-section.cj-tinted{background:linear-gradient(180deg,rgba(238,240,250,.64),rgba(255,255,255,0))}
.cj-home .cj-section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:26px}
.cj-home .cj-section-head h2{max-width:720px;margin:0;color:var(--cj-ink);font-size:clamp(33px,4.2vw,52px);font-weight:830;line-height:1.05;letter-spacing:-.052em}
.cj-home .cj-section-head p{max-width:610px;margin:9px 0 0;color:var(--cj-muted);line-height:1.7}
.cj-home .cj-text-link{color:var(--cj-brand);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}
.cj-home .cj-text-link:hover{transform:translateX(2px)}
.cj-home .cj-topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cj-home .cj-topic-card{position:relative;min-height:218px;padding:24px;overflow:hidden;border:1px solid var(--cj-line);border-radius:24px;background:#fff;text-decoration:none;box-shadow:0 8px 25px rgba(23,31,56,.045)}
.cj-home .cj-topic-card::after{content:"↗";position:absolute;right:20px;top:18px;width:35px;height:35px;display:grid;place-items:center;border-radius:11px;background:#f3f1ff;color:var(--cj-brand);font-size:16px}
.cj-home .cj-topic-card:hover{transform:translateY(-4px);border-color:#dcd8ff;box-shadow:0 18px 42px rgba(23,31,56,.1)}
.cj-home .cj-topic-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:32px;border-radius:15px;background:linear-gradient(145deg,#f6f4ff,#ecf6ff);font-size:22px}
.cj-home .cj-topic-card h3{margin:0 0 9px;font-size:20px;font-weight:800;letter-spacing:-.035em}
.cj-home .cj-topic-card p{margin:0;color:var(--cj-muted);font-size:13px;line-height:1.65}
.cj-home .cj-feature-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:repeat(2,240px);gap:18px}
.cj-home .cj-feature-card{position:relative;overflow:hidden;border-radius:26px;background:#172033;box-shadow:var(--cj-shadow-sm);text-decoration:none}
.cj-home .cj-feature-card:first-child{grid-row:1/3}
.cj-home .cj-feature-card img{width:100%;height:100%;object-fit:cover;display:block;opacity:.88;transition:transform .55s ease,opacity .35s ease}
.cj-home .cj-feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(8,14,28,.83) 100%)}
.cj-home .cj-feature-card .copy{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.cj-home .cj-feature-card small{display:block;margin-bottom:7px;color:#d8d4ff;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cj-home .cj-feature-card strong{display:block;color:#fff;font-size:16px;line-height:1.28;letter-spacing:-.02em}
.cj-home .cj-feature-card:first-child strong{max-width:560px;font-size:26px}
.cj-home .cj-feature-card:hover img{transform:scale(1.04);opacity:1}
.cj-home .cj-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cj-home .cj-latest-card{overflow:hidden;border:1px solid var(--cj-line);border-radius:23px;background:#fff;box-shadow:0 8px 26px rgba(23,31,56,.05)}
.cj-home .cj-latest-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(23,31,56,.1)}
.cj-home .cj-latest-card>a:first-child{display:block;aspect-ratio:16/10;overflow:hidden;background:#edf0f6}
.cj-home .cj-latest-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.cj-home .cj-latest-card:hover img{transform:scale(1.035)}
.cj-home .cj-latest-copy{padding:20px}
.cj-home .cj-latest-copy small{color:var(--cj-brand);font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cj-home .cj-latest-copy h3{margin:7px 0 9px;font-size:18px;line-height:1.3;letter-spacing:-.028em}
.cj-home .cj-latest-copy h3 a{color:var(--cj-ink);text-decoration:none}
.cj-home .cj-latest-copy p{margin:0;color:var(--cj-muted);font-size:12.5px;line-height:1.65}
.cj-home .cj-home-ad-wrap{width:min(var(--cj-max),calc(100% - 40px));margin:0 auto}
.cj-home .cj-publisher{display:grid;grid-template-columns:minmax(240px,.6fr) minmax(0,1.4fr);gap:34px;align-items:center;padding:30px;border:1px solid var(--cj-line);border-radius:28px;background:#fff;box-shadow:var(--cj-shadow-sm)}
.cj-home .cj-publisher-photo{overflow:hidden;aspect-ratio:4/3;border-radius:22px;background:#eef0f6}
.cj-home .cj-publisher-photo img{width:100%;height:100%;object-fit:cover}
.cj-home .cj-publisher-copy h2{margin:0 0 11px;font-size:clamp(28px,3.6vw,43px);font-weight:820;letter-spacing:-.048em}
.cj-home .cj-publisher-copy p{color:var(--cj-muted);line-height:1.76}

/* Small consistency fixes for old pages */
body.cj-2026 .category-directory-header,
body.cj-2026 .navbar,
body.cj-2026 .topbar:not(.coza-topbar),
body.cj-2026 header.nav{display:none!important}
body.cj-2026 .template-credit{opacity:.7}

@media(max-width:1080px){
  body.cj-2026 .site-header .top-nav a{padding:10px 9px!important;font-size:12.5px!important}
  .cj-home .cj-home-hero-grid{grid-template-columns:1fr 1fr;gap:32px}
  .cj-home .cj-home-visual{min-height:500px}
  .cj-home .cj-topic-grid{grid-template-columns:repeat(2,1fr)}
  .cj-home .cj-feature-grid{grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(3,230px)}
  .cj-home .cj-feature-card:first-child{grid-row:1/3}
  .cj-home .cj-feature-card:nth-child(4){grid-column:1/3}
}
@media(max-width:900px){
  body.cj-2026 .header-inner{min-height:70px!important}
  body.cj-2026 .site-header .menu-toggle{display:grid!important;place-items:center!important}
  body.cj-2026 .site-header .top-nav{
    position:absolute!important;left:20px!important;right:20px!important;top:78px!important;display:none!important;padding:12px!important;border:1px solid var(--cj-line)!important;border-radius:20px!important;background:rgba(255,255,255,.98)!important;box-shadow:var(--cj-shadow)!important;backdrop-filter:blur(18px)!important
  }
  body.cj-2026 .site-header .top-nav.is-open{display:grid!important;gap:4px!important}
  body.cj-2026 .site-header .top-nav a{padding:12px 13px!important;border-radius:12px!important}
  body.cj-2026 .site-header .top-nav .nav-cta{margin:4px 0 0!important;text-align:center!important}
  body.cj-2026 .archive-hero-split{grid-template-columns:1fr!important}
  body.cj-2026 .sidebar{position:static!important}
  .cj-home .cj-home-hero{padding-top:48px}
  .cj-home .cj-home-hero-grid{grid-template-columns:1fr}
  .cj-home .cj-home-copy{text-align:left}
  .cj-home .cj-home-visual{min-height:520px;max-width:680px;width:100%;margin:0 auto}
  .cj-home .cj-latest-grid{grid-template-columns:repeat(2,1fr)}
  .cj-home .cj-publisher{grid-template-columns:1fr}
  body.cj-2026 .footer-grid{grid-template-columns:1.35fr repeat(2,1fr)!important}
  body.cj-2026 .footer-grid nav:last-child{grid-column:2/4}
}
@media(max-width:700px){
  body.cj-2026 .header-inner,
  body.cj-2026 .coza-topbar-inner,
  body.cj-2026 .site-main,
  body.cj-2026 .footer-grid,
  body.cj-2026 .footer-bottom,
  .cj-home .cj-home-shell,
  .cj-home .cj-home-ad-wrap{width:min(100% - 28px,var(--cj-max))!important}
  body.cj-2026 .site-header .brand-kicker{display:none!important}
  body.cj-2026 .site-header .brand-mark{width:39px!important;height:39px!important;flex-basis:39px!important;border-radius:12px!important}
  body.cj-2026 .coza-topbar-inner{min-height:35px!important;justify-content:center!important;text-align:center!important}
  body.cj-2026 .coza-topbar-inner a{display:none!important}
  body.cj-2026.coza-skin .site-main{padding-top:28px!important;padding-bottom:50px!important}
  body.cj-2026 .archive-hero,
  body.cj-2026.coza-page .site-main>.hero,
  body.cj-2026.coza-page .site-main>.panel,
  body.cj-2026 .info-hero{padding:30px 24px!important;border-radius:24px!important}
  body.cj-2026 .archive-hero h1{font-size:clamp(35px,11vw,50px)!important}
  body.cj-2026 .article-box{padding:24px 20px!important;border-radius:23px!important}
  body.cj-2026 .article-box>h1{font-size:clamp(32px,10vw,46px)!important}
  body.cj-2026 .grid.archive-grid,body.cj-2026.coza-archive .grid,body.cj-2026.coza-archive .archive-grid{grid-template-columns:1fr!important}
  body.cj-2026 .footer-grid{grid-template-columns:1fr 1fr!important;gap:28px 22px!important}
  body.cj-2026 .footer-brand{grid-column:1/3}
  body.cj-2026 .footer-grid nav:last-child{grid-column:auto}
  body.cj-2026 .footer-bottom{display:block!important}
  body.cj-2026 .footer-bottom p+p{margin-top:9px!important}
  .cj-home .cj-home-hero{padding:38px 0 40px}
  .cj-home .cj-home-hero h1{font-size:clamp(45px,14vw,64px)}
  .cj-home .cj-home-lead{font-size:16px}
  .cj-home .cj-home-visual{min-height:430px}
  .cj-home .cj-home-main-card{top:36px;width:76%;border-radius:23px}
  .cj-home .cj-home-main-card img{height:280px}
  .cj-home .cj-home-main-card .caption{padding:15px}
  .cj-home .cj-home-main-card .caption strong{font-size:15px}
  .cj-home .cj-home-float.one{height:160px;border-width:4px;border-radius:18px}
  .cj-home .cj-home-float.two{height:170px;border-width:4px;border-radius:18px}
  .cj-home .cj-home-badge{right:8%;top:195px;padding:9px 11px;font-size:9px}
  .cj-home .cj-home-badge b{font-size:15px}
  .cj-home .cj-topic-grid{grid-template-columns:1fr}
  .cj-home .cj-feature-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
  .cj-home .cj-feature-card,.cj-home .cj-feature-card:first-child,.cj-home .cj-feature-card:nth-child(4){grid-column:auto;grid-row:auto;min-height:260px}
  .cj-home .cj-feature-card:first-child strong{font-size:20px}
  .cj-home .cj-latest-grid{grid-template-columns:1fr}
  .cj-home .cj-section-head{display:block}
  .cj-home .cj-section-head .cj-text-link{display:inline-block;margin-top:14px}
  .cj-home .cj-search-band form{grid-template-columns:1fr}
  .cj-home .cj-search-band button{min-height:48px}
}
@media(max-width:430px){
  body.cj-2026 .footer-grid{grid-template-columns:1fr!important}
  body.cj-2026 .footer-brand{grid-column:auto}
  .cj-home .cj-home-visual{min-height:390px}
  .cj-home .cj-home-main-card img{height:245px}
  .cj-home .cj-home-float.one{height:135px}
  .cj-home .cj-home-float.two{height:145px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  body.cj-2026 *,body.cj-2026 *::before,body.cj-2026 *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
@media(prefers-reduced-motion:no-preference){
  body.cj-2026 .cj-reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease,box-shadow .25s ease,border-color .25s ease}
  body.cj-2026 .cj-reveal.cj-in{opacity:1;transform:translateY(0)}
  body.cj-2026.coza-skin .post-card.cj-reveal:hover,body.cj-2026 .cj-topic-card.cj-reveal:hover,body.cj-2026 .cj-latest-card.cj-reveal:hover{transform:translateY(-4px)!important}
}
body.cj-2026 .sidebar-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:14px!important}
body.cj-2026 .sidebar-actions a{display:inline-flex!important;padding:8px 11px!important;border-radius:999px!important;background:#f3f1ff!important;color:var(--cj-brand)!important;text-decoration:none!important;font-size:11px!important;font-weight:750!important}
body.cj-2026 .comments-box{border:1px solid var(--cj-line)!important;border-radius:22px!important;background:#fff!important;padding:22px!important;box-shadow:0 8px 28px rgba(23,31,56,.055)!important}
body.cj-2026 .comments-box h2{margin-top:0!important}
body.cj-2026 .comments-box .comments-intro{margin-bottom:0!important;color:var(--cj-muted)!important}

/* V2: unify informational and contact pages with the same 2026 visual system. */
body.cj-2026.coza-production.coza-info-page .info-main{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:42px 0 78px!important;
  background:transparent!important;
}
body.cj-2026.coza-production.coza-info-page .info-hero{
  width:100%!important;
  margin:0 0 30px!important;
  padding:clamp(38px,6vw,68px)!important;
  border:1px solid rgba(101,88,245,.14)!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 92% 5%,rgba(255,255,255,.22),transparent 20rem),
    linear-gradient(135deg,#17152e 0%,#3c2f80 54%,#6558f5 100%)!important;
  box-shadow:0 24px 70px rgba(35,31,78,.19)!important;
  color:#fff!important;
  overflow:hidden;
}
body.cj-2026.coza-production.coza-info-page .info-hero .info-kicker{color:#c9c4ff!important}
body.cj-2026.coza-production.coza-info-page .info-hero h1{color:#fff!important;max-width:850px!important;margin:.18em 0 .28em!important;font-size:clamp(42px,6.3vw,76px)!important;line-height:1.02!important;letter-spacing:-.045em!important}
body.cj-2026.coza-production.coza-info-page .info-hero>p:last-child{max-width:760px!important;color:rgba(255,255,255,.82)!important;font-size:clamp(16px,1.7vw,20px)!important;line-height:1.75!important}
body.cj-2026.coza-production.coza-info-page .info-layout{gap:28px!important;align-items:start!important;background:transparent!important}
body.cj-2026.coza-production.coza-info-page .info-content{
  overflow:hidden!important;
  border:1px solid var(--cj-line)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:var(--cj-shadow-sm)!important;
}
body.cj-2026.coza-production.coza-info-page .info-author-lead{
  padding:32px!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(135deg,#fbfaff,#f5f8ff)!important;
  box-shadow:none!important;
}
body.cj-2026.coza-production.coza-info-page .info-author-lead .author-photo{border-radius:24px!important;box-shadow:0 18px 46px rgba(23,31,56,.13)!important}
body.cj-2026.coza-production.coza-info-page .info-section,
body.cj-2026.coza-production.coza-info-page .utility-prose{
  margin:0!important;
  padding:30px 32px!important;
  border:0!important;
  border-top:1px solid var(--cj-line)!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.cj-2026.coza-production.coza-info-page .info-section h2{margin-top:0!important;font-size:clamp(23px,2.3vw,31px)!important;letter-spacing:-.025em!important}
body.cj-2026.coza-production.coza-info-page .info-aside{background:transparent!important}
body.cj-2026.coza-production.coza-info-page .info-aside>*{
  padding:24px!important;
  border:1px solid var(--cj-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(23,31,56,.07)!important;
}

body.cj-2026.coza-production.coza-contact-page .site-main{
  width:min(var(--cj-max),calc(100% - 40px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:42px 0 78px!important;
  background:transparent!important;
}
body.cj-2026.coza-production.coza-contact-page .content-grid{gap:28px!important;align-items:start!important}
body.cj-2026.coza-production.coza-contact-page .article-box.contact-page{
  overflow:hidden!important;
  padding:0!important;
  border:1px solid var(--cj-line)!important;
  border-radius:30px!important;
  background:#fff!important;
  box-shadow:var(--cj-shadow)!important;
}
body.cj-2026.coza-production.coza-contact-page .contact-page>h1,
body.cj-2026.coza-production.coza-contact-page .contact-page>.article-meta{
  margin-left:clamp(26px,4vw,46px)!important;
  margin-right:clamp(26px,4vw,46px)!important;
}
body.cj-2026.coza-production.coza-contact-page .contact-page>h1{
  margin-top:clamp(34px,5vw,54px)!important;
  font-size:clamp(42px,6vw,68px)!important;
  letter-spacing:-.045em!important;
}
body.cj-2026.coza-production.coza-contact-page .contact-hero-card{
  margin:26px clamp(26px,4vw,46px) 0!important;
  padding:30px!important;
  border:1px solid rgba(101,88,245,.14)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#17152e,#4c3e9c 62%,#6558f5)!important;
  color:#fff!important;
  box-shadow:0 18px 46px rgba(35,31,78,.16)!important;
}
body.cj-2026.coza-production.coza-contact-page .contact-hero-card :is(h2,h3){color:#fff!important}
body.cj-2026.coza-production.coza-contact-page .contact-hero-card p{color:rgba(255,255,255,.82)!important}
body.cj-2026.coza-production.coza-contact-page .contact-form{
  margin:22px clamp(26px,4vw,46px) clamp(34px,5vw,50px)!important;
  padding:28px!important;
  border:1px solid var(--cj-line)!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,#fff,#fbfaff)!important;
  box-shadow:none!important;
}
body.cj-2026.coza-production.coza-contact-page .sidebar-card{
  border:1px solid var(--cj-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(23,31,56,.07)!important;
}

@media(max-width:700px){
  body.cj-2026.coza-production.coza-info-page .info-main,
  body.cj-2026.coza-production.coza-contact-page .site-main{width:min(100% - 28px,var(--cj-max))!important;padding:28px 0 54px!important}
  body.cj-2026.coza-production.coza-info-page .info-hero{padding:30px 24px!important;border-radius:24px!important}
  body.cj-2026.coza-production.coza-info-page .info-author-lead,
  body.cj-2026.coza-production.coza-info-page .info-section,
  body.cj-2026.coza-production.coza-info-page .utility-prose{padding:24px 22px!important}
  body.cj-2026.coza-production.coza-contact-page .contact-page>h1,
  body.cj-2026.coza-production.coza-contact-page .contact-page>.article-meta,
  body.cj-2026.coza-production.coza-contact-page .contact-hero-card,
  body.cj-2026.coza-production.coza-contact-page .contact-form{margin-left:20px!important;margin-right:20px!important}
  body.cj-2026.coza-production.coza-contact-page .contact-hero-card,
  body.cj-2026.coza-production.coza-contact-page .contact-form{padding:22px!important}
}
