/* ===== CareerByteCode unified chrome (header + footer) — standalone, self-contained ===== */
:root{--cbc-navy:#0D47A1;--cbc-navy-d:#072e57;--cbc-blue:#1E88E5;--cbc-ink:#0b2a4a;--cbc-muted:#5a6b7b;--cbc-line:#e6edf5}
.cbc-topbar,.cbc-foot{font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,sans-serif;box-sizing:border-box}
.cbc-topbar *,.cbc-foot *{box-sizing:border-box}
/* header */
.cbc-topbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--cbc-line)}
.cbc-topbar__in{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:20px}
.cbc-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}
.cbc-brand img{height:34px;width:auto;display:block}
.cbc-nav{display:flex;gap:4px;margin-left:8px}
.cbc-nav a{font-size:15px;font-weight:500;color:#33475b;text-decoration:none;padding:8px 12px;border-radius:8px;transition:.15s;white-space:nowrap}
.cbc-nav a:hover{background:#eef4fb;color:var(--cbc-navy)}
.cbc-nav a.is-active{color:var(--cbc-navy);font-weight:600}
.cbc-top-cta{margin-left:auto;display:flex;align-items:center;gap:10px}
.cbc-btn{display:inline-flex;align-items:center;gap:7px;font-family:"Space Grotesk","Inter",sans-serif;font-weight:600;font-size:14px;text-decoration:none;padding:9px 16px;border-radius:10px;cursor:pointer;border:1.5px solid transparent;transition:.18s;white-space:nowrap}
.cbc-btn--ghost{color:var(--cbc-navy);border-color:#cfe2f7;background:#fff}
.cbc-btn--ghost:hover{border-color:var(--cbc-blue);background:#f4f8fe}
.cbc-btn--wa{background:#25D366;color:#fff}
.cbc-btn--wa:hover{background:#1eb658}
.cbc-btn--wa svg{width:17px;height:17px;fill:currentColor}
.cbc-burger{display:none;width:42px;height:42px;border:1px solid var(--cbc-line);border-radius:10px;background:#fff;cursor:pointer;align-items:center;justify-content:center}
.cbc-burger svg{width:22px;height:22px;stroke:var(--cbc-navy)}
@media(max-width:960px){
  .cbc-nav{position:fixed;inset:60px 0 auto 0;flex-direction:column;background:#fff;border-bottom:1px solid var(--cbc-line);padding:12px 24px;gap:2px;transform:translateY(-140%);transition:transform .28s;box-shadow:0 20px 40px rgba(13,71,161,.12);margin:0}
  .cbc-nav.open{transform:translateY(0)}
  .cbc-nav a{padding:12px}
  .cbc-top-cta .cbc-btn--ghost{display:none}
  .cbc-burger{display:flex}
}
/* footer */
.cbc-foot{background:linear-gradient(180deg,#0D47A1,#072e57);color:#dbe8f6}
.cbc-foot__in{max-width:1200px;margin:0 auto;padding:56px 24px 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:36px}
.cbc-foot__brand img{height:38px;margin-bottom:14px;filter:brightness(0) invert(1)}
.cbc-foot__tag{font-size:14.5px;color:#bcd4ee;max-width:36ch;line-height:1.6}
.cbc-foot__stats{margin-top:16px;font-family:"Space Grotesk","Inter",sans-serif;font-weight:600;font-size:15px;color:#fff}
.cbc-foot__stats span{display:block;font-weight:400;font-size:13px;color:#9dc0e6;margin-top:3px}
.cbc-foot h4{font-family:"Space Grotesk","Inter",sans-serif;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:#7fb0e6;margin:0 0 14px}
.cbc-foot ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.cbc-foot a{color:#dbe8f6;text-decoration:none;font-size:14.5px;transition:.15s}
.cbc-foot a:hover{color:#fff}
.cbc-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.cbc-social a{width:38px;height:38px;border-radius:50%;overflow:hidden;display:block;transition:transform .18s,box-shadow .18s;line-height:0}
.cbc-social a:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.28)}
.cbc-social img{width:38px;height:38px;display:block}
.cbc-foot__bar{max-width:1200px;margin:0 auto;padding:18px 24px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center}
.cbc-foot__bar p{margin:0;font-size:13px;color:#9dc0e6}
.cbc-foot__bar nav{display:flex;gap:18px}
@media(max-width:820px){.cbc-foot__in{grid-template-columns:1fr 1fr}.cbc-foot__brand{grid-column:1/-1}}
@media(max-width:520px){.cbc-foot__in{grid-template-columns:1fr}}

.cbc-foot__logo{font-family:"Space Grotesk",system-ui,sans-serif;font-weight:700;font-size:22px;color:#fff;letter-spacing:.2px;display:inline-block;margin-bottom:14px}
.cbc-social a{display:flex;align-items:center;justify-content:center}
.cbc-social img{width:100%;height:100%}

.cbc-si{width:38px;height:38px;display:block}
.cbc-social a svg{width:38px;height:38px}
