/*
Theme Name: Zavops
Theme URI: https://zavops.com
Author: Zavops Digital Technologies Pvt Ltd
Description: Pixel-perfect Zavops theme. 1440px Figma base. Mac/Retina optimized.
Version: 3.5.0
Text Domain: zavops
*/

/* ═══════════════════════════════════════════════
   0. FULL RESET
   ═══════════════════════════════════════════════ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px;line-height:1.15;-webkit-tap-highlight-color:transparent}
body{margin:0;padding:0;min-height:100vh;overflow-x:hidden;font-family:var(--ff);font-size:16px;font-weight:400;line-height:1.6;color:var(--n500);background:var(--white)}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--fd);font-weight:700;line-height:1.12;color:var(--c700)}
p,ul,ol,dl,blockquote,pre,table,fieldset,figure{margin:0;padding:0}
ul,ol{list-style:none}
a{text-decoration:none;color:inherit;background:transparent;-webkit-text-decoration-skip:objects}
img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%;height:auto}
img{border:0}
button,input,optgroup,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;line-height:1.15;border:none;outline:none;background:none;-webkit-appearance:none;appearance:none}
button,[type="button"],[type="submit"]{cursor:pointer}
button::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
hr{border:0;height:0}
b,strong{font-weight:700}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
::selection{background:var(--c200);color:var(--c900)}
:focus-visible{outline:2px solid var(--c400);outline-offset:2px}
.wp-block-separator{border:none}
.entry-content>*{margin-top:0;margin-bottom:0}
.alignwide,.alignfull{margin-left:0;margin-right:0;max-width:100%}


/* ═══════════════════════════════════════════════
   1. TOKENS — Exact Figma values
   ═══════════════════════════════════════════════ */
:root{
  /* Cobalt */
  --c900:#060E25;--c800:#0A1539;--c700:#0D1F4E;--c600:#1C3080;
  --c500:#2A459A;--c400:#3B5CB8;--c300:#6B87D0;--c200:#A0B2E4;
  --c100:#CAD4F0;--c50:#EEF1FA;
  /* Gold */
  --g400:#F5C400;--g500:#D4AA00;--g900:#2A1E00;
  /* Neutrals */
  --n50:#F4F0E8;--n100:#E8E2D6;--n200:#C4BEB4;--n500:#4E4850;
  --n700:#2D2830;--n900:#1A1520;
  /* Status */
  --ok:#1A7A4A;--ok-lt:#E6F5ED;
  /* Surface */
  --white:#FFFFFF;
  /* Type — Figma spec */
  --fd:'Syne',sans-serif;
  --ff:'DM Sans',sans-serif;
  /* Layout — Figma 1440px canvas, 96px side margins = 1248px content */
  --max:1248px;
  --pad:96px;
  /* Radius — from Figma inspect */
  --r4:4px;--r6:6px;--r8:8px;--r12:12px;--r100:100px;
}


/* ═══════════════════════════════════════════════
   2. CONTAINER — matches Figma 96px side padding
   ═══════════════════════════════════════════════ */
.container{
  width:100%;
  max-width:calc(var(--max) + var(--pad) * 2);
  margin:0 auto;
  padding-left:var(--pad);
  padding-right:var(--pad);
}


/* ═══════════════════════════════════════════════
   3. NAVIGATION — 1440×64px from Figma
   ═══════════════════════════════════════════════ */
.site-header{
  position:sticky;top:0;z-index:1000;
  background:var(--c700);
  border-top:1px solid var(--c600);
  transition:box-shadow .3s;
}
.site-header.scrolled{box-shadow:0 4px 20px rgba(6,14,37,.35)}

.nav-bar{
  display:flex;align-items:center;
  height:64px;
  max-width:calc(var(--max) + var(--pad)*2);
  margin:0 auto;
  padding:0 var(--pad);
}

/* Logo — Syne Bold 18px, Cobalt 400 */
.nav-logo{flex-shrink:0;margin-right:48px;display:flex;align-items:center}
.nav-logo a{font-family:var(--fd);font-weight:700;font-size:18px;letter-spacing:1.5px;color:var(--c400)}
.nav-logo a:hover{color:var(--c200)}
/* Image logo — the wordmark PNG, or a Customizer logo. Height-capped to the
   nav bar; width follows the aspect ratio. */
.nav-logo-link{display:flex;align-items:center}
.nav-logo-img,.nav-logo .custom-logo{display:block;height:28px;width:auto;max-width:180px}
.nav-logo-img:hover,.nav-logo .custom-logo-link:hover{opacity:.85}

/* Primary nav items — DM Sans 14px, Cobalt 200 */
.nav-primary{display:flex;align-items:center;gap:0;flex:1}
.nav-item{position:relative}
.nav-item>a{
  display:block;padding:22px 16px;
  font-size:14px;font-weight:400;color:var(--c200);
  white-space:nowrap;transition:color .15s;
}
.nav-item>a:hover,.nav-item.active>a{color:var(--white)}
.nav-item.has-dd>a::after{content:"▾";font-size:9px;margin-left:5px;opacity:.65;transition:transform .15s}
.nav-item.has-dd.dd-open>a::after{transform:rotate(180deg);opacity:1}

/* CTA buttons — right side */
.nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--ff);font-weight:500;font-size:14px;
  padding:9px 20px;border-radius:var(--r6);
  transition:all .2s;white-space:nowrap;
}
.btn-outline{background:var(--c600);color:var(--c200)}
.btn-outline:hover{background:var(--c500);color:var(--white)}
.btn-gold{background:var(--g400);color:var(--g900)}
.btn-gold:hover{background:#E6B800}
.btn-lg{padding:14px 32px;font-size:16px;border-radius:var(--r8)}
.btn-sm{padding:5px 14px;font-size:13px}

.nav-toggle{display:none;background:none;border:none;color:var(--c200);font-size:24px;cursor:pointer;padding:8px;line-height:1}


/* ═══════════════════════════════════════════════
   4. MEGA MENU — full-width panel per nav item
      Company · Platform · Hire by Role · Resources
      Links carry descriptions; a featured rail sits on the right.
   ═══════════════════════════════════════════════ */
.nav-item.has-dd{position:static}          /* let the panel span the header */

.mega{
  position:absolute;left:0;right:0;top:100%;
  background:var(--c900);
  border-top:2px solid var(--hp-gold);
  box-shadow:0 24px 60px rgba(6,14,37,.55);
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translateY(-8px);
  transition:opacity .2s ease,transform .2s ease;
  z-index:999;
}
.nav-item.has-dd.dd-open>.mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}

.mega-in{
  max-width:calc(var(--max) + var(--pad)*2);margin:0 auto;
  padding:30px var(--pad) 34px;
  display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:56px;align-items:start;
}
.mega-col{min-width:0}
.mega-label{
  display:block;margin-bottom:16px;
  font-family:var(--ff);font-weight:500;font-size:11px;letter-spacing:1.5px;
  text-transform:uppercase;color:var(--c400);
}
.mega-grid{display:grid;grid-template-columns:1fr;gap:4px}
.mega-grid.two{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 28px}

.mega-link{
  display:flex;flex-direction:column;gap:3px;
  padding:10px 12px;border-radius:var(--r8);
  border:1px solid transparent;transition:background .14s,border-color .14s,transform .14s;
}
.mega-link .t{font-family:var(--ff);font-weight:500;font-size:14px;color:#fff}
.mega-link .d{font-family:var(--ff);font-size:12px;line-height:1.45;color:var(--c200)}
.mega-link:hover{background:var(--c700);border-color:rgba(42,69,154,.5);transform:translateX(2px)}
.mega-link:hover .t{color:var(--hp-gold)}
.mega-link.hl .t{color:var(--hp-gold)}

/* Featured rail */
.mega-feat{
  background:var(--c700);border:1px solid rgba(42,69,154,.45);
  border-radius:var(--r12);padding:22px;
  display:flex;flex-direction:column;align-items:flex-start;gap:8px;
}
.mega-feat-tag{
  background:var(--hp-tagd-bg);color:var(--hp-gold);
  font-family:var(--ff);font-weight:500;font-size:10px;
  padding:5px 12px;border-radius:100px;
}
.mega-feat-h{font-family:var(--fd);font-weight:700;font-size:17px;line-height:1.25;color:#fff;margin-top:2px}
.mega-feat-p{font-family:var(--ff);font-size:12px;line-height:1.5;color:var(--c200)}
.mega-feat-note{font-family:var(--ff);font-size:11px;line-height:1.5;color:var(--c300);margin-top:auto;padding-top:8px}
.mega-feat-cta{
  margin-top:6px;font-family:var(--ff);font-weight:500;font-size:13px;color:var(--hp-gold);
}
.mega-feat-cta:hover{opacity:.82}


/* ═══════════════════════════════════════════════
   5. HERO — Figma: Cobalt 700 bg, 80px top/bottom
   ═══════════════════════════════════════════════ */
.hero{background:var(--c700);padding:80px 0}
.hero-c{text-align:center}
.hero .eyebrow{
  display:inline-block;background:var(--c600);color:var(--c200);
  font-size:13px;font-weight:500;padding:5px 16px;
  border-radius:var(--r100);margin-bottom:20px;
}
.hero h1{font-size:48px;color:var(--white);margin-bottom:16px}
.hero-c h1{max-width:900px;margin-left:auto;margin-right:auto}
.hero .lead{font-size:17px;color:var(--c200);line-height:1.6;margin-bottom:24px}
.hero-c .lead{max-width:720px;margin-left:auto;margin-right:auto}

.hero-2col{
  display:grid;grid-template-columns:1fr 1fr;
  gap:48px;align-items:center;
}
.hero-img{background:var(--c600);border-radius:var(--r12);width:100%;aspect-ratio:4/3;object-fit:cover}

.hero-pre{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.hero-pre .line{width:32px;height:2px;background:var(--c400)}
.hero-pre span{font-size:13px;font-weight:500;color:var(--c200);text-transform:uppercase;letter-spacing:1px}
.hero h1 em{color:var(--g400);font-style:italic}

.hero-ctas{display:flex;gap:10px;margin-bottom:24px}
.hero-trust{display:flex;gap:24px}
.hero-trust span{font-size:13px;color:var(--c200)}

.hero-stats{display:flex;gap:40px;margin-top:28px}
.hero-c .hero-stats{justify-content:center}
.hstat .hv{font-family:var(--fd);font-size:28px;font-weight:700;color:var(--g400)}
.hstat .hl{font-size:14px;color:var(--c200);margin-top:2px}


/* ═══════════════════════════════════════════════
   6. BREADCRUMB — 48px tall, Neutral 50 bg
   ═══════════════════════════════════════════════ */
.breadcrumb{background:var(--n50);padding:14px 0}
.breadcrumb a,.breadcrumb span{font-size:13px;font-weight:500;color:var(--n500)}
.breadcrumb a:hover{color:var(--c500)}
.breadcrumb .sep{margin:0 6px;opacity:.4}


/* ═══════════════════════════════════════════════
   7. SECTIONS — 80px vertical from Figma
   ═══════════════════════════════════════════════ */
.sec{padding:80px 0}
.sec-warm{background:var(--n50)}
.sec-dark{background:var(--c700)}
.sec-darker{background:var(--c900)}

.sec-hd{margin-bottom:32px}
.sec-hd h2{font-size:32px;margin-bottom:8px}
.sec-hd p{font-size:15px;color:var(--n500);max-width:660px}
.sec-dark .sec-hd h2{color:var(--white)}
.sec-dark .sec-hd p{color:var(--c200)}


/* ═══════════════════════════════════════════════
   8. GRIDS & CARDS
   ═══════════════════════════════════════════════ */
.g{display:grid;gap:24px}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}

.card{background:var(--white);border-radius:var(--r8);overflow:hidden;transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(6,14,37,.07)}
.card-dark{background:var(--c700)}
.card-warm{background:var(--n50)}

.card-img{width:100%;aspect-ratio:16/9;background:var(--c600);object-fit:cover}
.card-body{padding:16px}

.badge{
  display:inline-block;font-size:11px;font-weight:500;
  padding:3px 10px;border-radius:var(--r100);
  background:var(--c50);color:var(--c500);
}
.badge-dk{background:var(--c600);color:var(--c200)}
.badge-ok{background:var(--ok);color:var(--white)}

.card-t{font-family:var(--fd);font-size:15px;font-weight:700;color:var(--c700);line-height:1.35;margin:6px 0}
.card-dark .card-t{color:var(--white)}
.card-m{font-size:13px;color:var(--n500)}


/* ═══════════════════════════════════════════════
   9. FILTER BAR
   ═══════════════════════════════════════════════ */
.fbar{background:var(--c600);padding:20px 0}
.fbar .container{display:flex;gap:8px;flex-wrap:wrap}
.fpill{
  padding:6px 16px;font-size:13px;font-weight:500;
  color:var(--c200);background:transparent;
  border:1px solid var(--c400);border-radius:var(--r100);
  cursor:pointer;transition:all .12s;
}
.fpill:hover,.fpill.on{background:var(--c400);color:var(--white);border-color:var(--c400)}


/* ═══════════════════════════════════════════════
   10. STATS BAR — Cobalt 600 bg, centered
   ═══════════════════════════════════════════════ */
.sbar{background:var(--c600);padding:24px 0}
.sbar-row{display:flex;justify-content:center;gap:48px}
.sbar-i{text-align:center}
.sbar-v{font-family:var(--fd);font-size:24px;font-weight:700;color:var(--g400)}
.sbar-l{font-size:13px;color:var(--c200);margin-top:2px}
.sbar-dot{width:6px;height:6px;border-radius:50%;background:var(--c400);align-self:center}


/* ═══════════════════════════════════════════════
   11. ICON CARDS — 4-col, Cobalt 600 bg
   ═══════════════════════════════════════════════ */
.ic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ic{background:var(--c600);border-radius:var(--r8);padding:20px}
.ic h4{font-size:14px;font-weight:500;color:var(--white);margin-bottom:6px;font-family:var(--ff)}
.ic p{font-size:13px;color:var(--c200);line-height:1.5}


/* ═══════════════════════════════════════════════
   12. PRICING — 3-col, Figma measurements
   ═══════════════════════════════════════════════ */
.pr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pr-card{background:var(--c700);border-radius:var(--r8);padding:24px;display:flex;flex-direction:column}
.pr-card.feat{border:2px solid var(--g400)}
.pr-tier{font-size:14px;font-weight:500;color:var(--c200);text-transform:uppercase;letter-spacing:1px}
.pr-price{font-family:var(--fd);font-size:36px;font-weight:700;color:var(--white);margin:4px 0}
.pr-per{font-size:14px;color:var(--c200);margin-bottom:16px}
.pr-feat{font-size:14px;color:var(--c200);padding:3px 0}
.pr-cta{margin-top:auto;padding-top:20px}
.pr-cta .btn{width:100%;justify-content:center}

.guarantee-bar{
  background:var(--c600);border-radius:var(--r8);
  padding:14px 20px;text-align:center;margin-top:16px;
}
.guarantee-bar p{font-size:14px;color:var(--c200)}


/* ═══════════════════════════════════════════════
   13. OUTCOME STATS — Neutral 50 bg
   ═══════════════════════════════════════════════ */
.ostats{background:var(--n50);padding:56px 0;text-align:center}
.ostats h2{font-size:28px;margin-bottom:24px}
.bstats{display:flex;justify-content:center;gap:48px}
.bstat .bv{font-family:var(--fd);font-size:36px;font-weight:700;color:var(--c700)}
.bstat .bl{font-size:13px;color:var(--n500);margin-top:4px}


/* ═══════════════════════════════════════════════
   14. CASE STUDY CARDS
   ═══════════════════════════════════════════════ */
.cs-card{background:var(--c700);border-radius:var(--r8);overflow:hidden}
.cs-img{width:100%;aspect-ratio:16/9;background:var(--c600);object-fit:cover}
.cs-body{padding:16px}
.cs-tags{font-size:11px;color:var(--c200);margin-bottom:6px}
.cs-client{font-size:14px;color:var(--c200);margin-bottom:4px}
.cs-hl{font-family:var(--fd);font-size:17px;font-weight:700;color:var(--white);margin-bottom:10px;line-height:1.35}
.cs-met{background:var(--c600);border-radius:var(--r4);padding:5px 10px;margin:3px 0;font-size:13px;color:var(--c200)}
.cs-met strong{color:var(--g400);font-weight:500}
.cs-tier{display:inline-block;background:var(--ok);color:var(--white);font-size:11px;font-weight:500;padding:3px 10px;border-radius:var(--r4);margin-top:6px}
.cs-link{font-size:14px;color:var(--g400);margin-top:8px;display:block}


/* ═══════════════════════════════════════════════
   15. STEPS / PROCESS — 4-col
   ═══════════════════════════════════════════════ */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.step .sn{
  width:48px;height:48px;border-radius:50%;background:var(--c600);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--fd);font-size:18px;font-weight:700;color:var(--white);
  margin-bottom:12px;
}
.step h4{font-size:15px;font-weight:500;margin-bottom:4px}
.step p{font-size:13px;color:var(--n500)}


/* ═══════════════════════════════════════════════
   16. INDUSTRIES
   ═══════════════════════════════════════════════ */
.ind{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.ind-pill{padding:8px 20px;font-size:14px;font-weight:500;border-radius:var(--r100);background:var(--c600);color:var(--c200)}
.ind-pill.on{background:var(--c400);color:var(--white)}


/* ═══════════════════════════════════════════════
   17. PODCAST MINI
   ═══════════════════════════════════════════════ */
.pod-mini{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}
.pod-art{aspect-ratio:1;background:var(--c600);border-radius:var(--r12);overflow:hidden}
.pod-art img{width:100%;height:100%;object-fit:cover}
.pod-eps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
.pod-ep{background:var(--c600);border-radius:var(--r8);padding:16px}
.pod-ep h5{font-size:13px;font-weight:500;color:var(--white);line-height:1.4;margin-bottom:10px}


/* ═══════════════════════════════════════════════
   18. AGENT CARDS
   ═══════════════════════════════════════════════ */
.ag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.ag{background:var(--c700);border-radius:var(--r8);padding:20px}
.ag-hdr{display:flex;gap:8px;align-items:center;margin-bottom:8px}
.ag-num{background:var(--c600);color:var(--c200);font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--r4)}
.ag-st{font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--r4)}
.ag-st.live{background:var(--ok);color:var(--white)}
.ag-st.dev{background:var(--c500);color:var(--c200)}
.ag-st.pilot{background:var(--g400);color:var(--g900)}
.ag h4{font-size:16px;color:var(--white);font-weight:500;margin-bottom:6px}
.ag-desc{font-size:13px;color:var(--c200);line-height:1.5;margin-bottom:10px}
.ag-meta{font-size:12px;color:var(--c300);line-height:1.6}
.ag-tip{background:var(--c600);border-radius:var(--r6);padding:8px 12px;font-size:12px;color:var(--c200);margin-top:8px}


/* ═══════════════════════════════════════════════
   19. PHASE BAR — 3-col colored
   ═══════════════════════════════════════════════ */
.ph-bar{display:grid;grid-template-columns:repeat(3,1fr);border-radius:var(--r6);overflow:hidden;margin-top:20px}
.ph{padding:12px 16px}
.ph:nth-child(1){background:var(--c600)}
.ph:nth-child(2){background:var(--c500)}
.ph:nth-child(3){background:var(--c400)}
.ph-name{font-size:14px;font-weight:500;color:var(--white)}
.ph-days{font-size:12px;color:var(--c200)}


/* ═══════════════════════════════════════════════
   20. PHASE CARDS — gold top border
   ═══════════════════════════════════════════════ */
.phc{background:var(--white);border-radius:var(--r8);padding:20px;border-top:4px solid var(--g400)}
.phc h4{font-size:20px;margin-bottom:2px}
.phc .days{font-size:13px;font-weight:500;color:var(--c400);margin-bottom:10px}
.phc p{font-size:14px;color:var(--n500)}


/* ═══════════════════════════════════════════════
   21. KPI ROWS
   ═══════════════════════════════════════════════ */
.kpi-stack{display:flex;flex-direction:column;gap:8px}
.kpi-r{
  display:grid;grid-template-columns:2fr 1.5fr 1.5fr 1.5fr;
  align-items:center;background:var(--c600);
  border-radius:var(--r6);padding:12px 20px;
}
.kpi-r .m{font-size:15px;font-weight:500;color:var(--white)}
.kpi-r .t{font-size:15px;color:var(--c200)}
.kpi-r .r{font-size:15px;font-weight:500;color:var(--g400)}
.kpi-r .s{font-size:15px;color:var(--ok)}

.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.kpi-item{background:var(--c600);border-radius:var(--r6);padding:10px 16px;font-size:15px;color:var(--white)}


/* ═══════════════════════════════════════════════
   22. TAGS
   ═══════════════════════════════════════════════ */
.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.tag{display:inline-block;padding:4px 12px;font-size:12px;font-weight:500;border-radius:var(--r100);background:var(--c50);color:var(--c500)}
.tag-n{background:var(--n50);color:var(--n500)}


/* ═══════════════════════════════════════════════
   23. TALENT CARDS
   ═══════════════════════════════════════════════ */
.tc{background:var(--n50);border-radius:var(--r8);padding:18px}
.tc-hdr{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.tc-av{
  width:44px;height:44px;border-radius:50%;background:var(--c400);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:500;color:var(--white);flex-shrink:0;overflow:hidden;
}
.tc-av img{width:100%;height:100%;object-fit:cover}
.tc-name{font-size:15px;font-weight:500;color:var(--c700)}
.tc-role{font-size:13px;color:var(--n500)}
.tc-score{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--c700);margin:6px 0}
.tc-score span{font-family:var(--ff);font-size:11px;color:var(--n500);font-weight:400;margin-left:4px}

.cert{display:inline-block;background:var(--c50);color:var(--c500);font-size:12px;font-weight:500;padding:4px 12px;border-radius:var(--r100);margin-right:6px}
.tier{display:inline-block;background:var(--c600);color:var(--c200);font-size:12px;font-weight:500;padding:4px 12px;border-radius:var(--r100)}
.avail{display:inline-block;background:var(--ok);color:var(--white);font-size:12px;font-weight:500;padding:4px 12px;border-radius:var(--r100);margin-top:10px}


/* ═══════════════════════════════════════════════
   24. ARTICLE LAYOUT
   ═══════════════════════════════════════════════ */
.art-hero-grid{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}
.art-hero h1{font-size:36px;margin-bottom:14px}
.author-row{display:flex;align-items:center;gap:12px}
.author-av{width:40px;height:40px;border-radius:50%;background:var(--c400);flex-shrink:0;object-fit:cover}
.author-name{font-size:15px;font-weight:500;color:var(--white)}
.author-meta{font-size:13px;color:var(--c200)}

.art-layout{display:grid;grid-template-columns:1fr 300px;gap:48px}
.art-body h2{font-size:24px;margin:36px 0 12px}
.art-body h3{font-size:18px;margin:28px 0 10px}
.art-body p{margin-bottom:16px;line-height:1.7}
.art-body ul,.art-body ol{margin:0 0 16px 20px;list-style:disc}
.art-body li{margin-bottom:4px;line-height:1.6}

.callout{background:var(--c50);border-left:4px solid var(--c400);border-radius:var(--r8);padding:18px 22px;margin:20px 0}
.callout p{font-size:15px;font-weight:500;color:var(--c500);margin:0;line-height:1.6}

.toc{position:sticky;top:88px;background:var(--n50);border-radius:var(--r8);padding:18px}
.toc-lbl{font-size:11px;font-weight:500;color:var(--c400);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:10px}
.toc a{display:block;padding:5px 0;font-size:14px;color:var(--n500)}
.toc a:hover,.toc a.on{color:var(--c500);font-weight:500}


/* ═══════════════════════════════════════════════
   25. PODCAST EPISODE DETAIL
   ═══════════════════════════════════════════════ */
.pod-hero-grid{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}
.plat-btns{display:flex;gap:8px;margin-top:16px}
.plat-btn{padding:8px 18px;font-size:13px;font-weight:500;color:var(--c200);background:var(--c600);border-radius:var(--r6);transition:all .12s}
.plat-btn:hover{background:var(--c500);color:var(--white)}

.player{background:var(--c900);padding:16px 0}
.player-in{display:flex;align-items:center;gap:16px}
.play-btn{width:40px;height:40px;border-radius:50%;background:var(--g400);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;color:var(--g900)}
.prog-track{flex:1;height:4px;background:var(--c600);border-radius:2px;position:relative}
.prog-fill{position:absolute;top:0;left:0;height:100%;background:var(--g400);border-radius:2px;width:35%}
.time-lbl{font-size:12px;color:var(--c200);flex-shrink:0}

.dp{background:var(--white);border-radius:var(--r8);padding:18px;border-left:4px solid var(--g400)}
.dp .dv{font-family:var(--fd);font-size:24px;font-weight:700;color:var(--c700)}
.dp .dl{font-size:14px;color:var(--n500);margin-top:2px}

.bd-r{display:grid;grid-template-columns:56px 180px 1fr;gap:8px;padding:10px 14px;border-radius:var(--r6);align-items:start}
.bd-r:nth-child(odd){background:var(--n50)}
.bd-r .ts{font-size:13px;font-weight:500;color:var(--c400)}
.bd-r .tt{font-size:15px;font-weight:500;color:var(--c700)}
.bd-r .td{font-size:13px;color:var(--n500)}


/* ═══════════════════════════════════════════════
   26. TALENT PROFILE DETAIL
   ═══════════════════════════════════════════════ */
.prof-grid{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start}
.prof-hdr{display:flex;gap:20px;align-items:flex-start}
.prof-av{
  width:100px;height:100px;border-radius:50%;background:var(--c400);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;
}
.prof-av .ini{font-family:var(--fd);font-size:28px;font-weight:700;color:var(--white)}
.prof-av img{width:100%;height:100%;object-fit:cover}
.oi-score{font-family:var(--fd);font-size:40px;font-weight:700;color:var(--g400);margin-top:14px}
.oi-lbl{font-size:14px;color:var(--c200);margin-left:6px}

.qstats{background:var(--c600);border-radius:var(--r8);padding:18px}
.qstats .row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid rgba(160,178,228,.12)}
.qstats .row:last-child{border-bottom:none}
.qstats .ql{font-size:13px;color:var(--c200)}
.qstats .qv{font-size:15px;font-weight:500;color:var(--white)}

.oi-r{display:grid;grid-template-columns:220px 1fr 50px;align-items:center;gap:10px;padding:7px 0}
.oi-r .nm{font-size:14px;color:var(--n500)}
.oi-trk{height:8px;background:var(--n200);border-radius:4px;overflow:hidden}
.oi-fill{height:100%;background:var(--c400);border-radius:4px}
.oi-r .sc{font-size:14px;font-weight:500;color:var(--c700)}

.eng-tbl{width:100%;border-collapse:collapse}
.eng-tbl thead th{background:var(--c700);color:var(--white);font-size:12px;font-weight:500;text-align:left;padding:10px 14px}
.eng-tbl thead th:first-child{border-radius:var(--r4) 0 0 var(--r4)}
.eng-tbl thead th:last-child{border-radius:0 var(--r4) var(--r4) 0}
.eng-tbl tbody td{padding:11px 14px;font-size:14px;color:var(--n500)}
.eng-tbl tbody tr:nth-child(even){background:var(--n50)}
.eng-tbl .ach{color:var(--ok);font-weight:500}


/* ═══════════════════════════════════════════════
   27. NEWSLETTER & CTA
   ═══════════════════════════════════════════════ */
.nl{background:var(--c700);padding:48px 0;text-align:center}
.nl h3{font-size:24px;color:var(--white);margin-bottom:8px}
.nl p{font-size:15px;color:var(--c200);margin-bottom:20px}
.nl-form{display:flex;justify-content:center;gap:8px;max-width:480px;margin:0 auto}
.nl-form input{flex:1;padding:11px 14px;background:var(--c600);border:1px solid var(--c400);border-radius:var(--r6);color:var(--white);font-size:14px}
.nl-form input::placeholder{color:var(--c200)}

.pgcta{background:var(--c700);padding:52px 0;text-align:center}
.pgcta h3{font-size:24px;color:var(--white);margin-bottom:18px}


/* ═══════════════════════════════════════════════
   28. SPOTLIGHT
   ═══════════════════════════════════════════════ */
.spot{
  background:var(--c700);border-radius:var(--r8);padding:28px;
  display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;
}
.spot-lbl{display:inline-block;font-size:11px;font-weight:500;padding:4px 12px;border-radius:var(--r100);background:var(--c600);color:var(--c200);margin-bottom:10px}
.spot h3{font-size:22px;color:var(--white);margin-bottom:8px}
.spot p{font-size:14px;color:var(--c200);line-height:1.5;margin-bottom:14px}


/* ═══════════════════════════════════════════════
   29. ROLE CARDS
   ═══════════════════════════════════════════════ */
.rc{background:var(--c700);border-radius:var(--r8);padding:18px}
.rc-cat{display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;border-radius:var(--r100);background:var(--c600);color:var(--c200);margin-bottom:8px}
.rc h4{font-size:15px;color:var(--white);font-weight:500;margin-bottom:6px}
.rc p{font-size:13px;color:var(--c200);line-height:1.5}


/* ═══════════════════════════════════════════════
   30. STAGE CARDS, COMPETENCIES, FAQ
   ═══════════════════════════════════════════════ */
.stg{background:var(--c700);border-radius:var(--r8);padding:20px}
.stg-badge{display:inline-flex;gap:6px;margin-bottom:10px}
.stg-badge span{font-size:11px;font-weight:500;padding:3px 10px;border-radius:var(--r4);background:var(--c600);color:var(--c200)}
.stg h4{font-size:16px;color:var(--white);font-weight:500;margin-bottom:8px}
.stg p{font-size:13px;color:var(--c200);line-height:1.6}
.stg-note{font-size:12px;color:var(--c300);font-style:italic;margin-top:8px}

.comp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.comp{background:var(--c700);border-radius:var(--r6);padding:14px 16px}
.comp .cn{font-size:11px;color:var(--c400);font-weight:500;margin-bottom:4px}
.comp .cname{font-size:14px;color:var(--white);font-weight:500}

.faq-list{max-width:900px}
.faq{border-bottom:1px solid var(--n200);padding:16px 0}
.faq summary{font-size:15px;font-weight:500;color:var(--c700);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'›';font-size:20px;color:var(--c400);transition:transform .2s}
.faq[open] summary::after{transform:rotate(90deg)}
.faq .ans{font-size:14px;color:var(--n500);line-height:1.6;padding-top:8px}


/* ═══════════════════════════════════════════════
   31. CHARTER, MARKETS, FOUNDER
   ═══════════════════════════════════════════════ */
.charter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.charter{border-left:3px solid var(--g400);background:var(--c700);border-radius:0 var(--r8) var(--r8) 0;padding:20px}
.charter p{font-size:15px;color:var(--white);line-height:1.5}

.mkt{background:var(--c700);border-radius:var(--r8);padding:18px}
.mkt h4{font-size:20px;color:var(--white);margin-bottom:6px}
.mkt .focus{font-size:14px;color:var(--c200)}
.mkt .city{font-size:13px;color:var(--c300);margin-top:2px}

.founder-grid{display:grid;grid-template-columns:360px 1fr;gap:48px;align-items:center}
.founder-photo{aspect-ratio:1;background:var(--c600);border-radius:var(--r12)}
.founder-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}
.fstat{background:var(--c600);border-radius:var(--r8);padding:14px}
.fstat .fv{font-family:var(--fd);font-size:22px;font-weight:700;color:var(--white)}
.fstat .fl{font-size:13px;color:var(--c200);margin-top:2px}


/* ═══════════════════════════════════════════════
   32. FORM, APPLY ROW, DUAL CTA
   ═══════════════════════════════════════════════ */
.fg{margin-bottom:16px}
.fg label{display:block;font-size:14px;font-weight:500;color:var(--c200);margin-bottom:4px}
.fg input{width:100%;padding:12px 16px;background:var(--c600);border:1px solid var(--c400);border-radius:var(--r6);color:var(--white);font-size:14px}
.fg input::placeholder{color:var(--c300)}

.apply-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--c700);border-radius:var(--r8);margin-bottom:8px}
.apply-row .rn{font-size:15px;font-weight:500;color:var(--white)}

.dual-cta{display:grid;grid-template-columns:1fr 1px 1fr;gap:40px;text-align:center}
.dual-cta .div{background:var(--c600);width:1px}
.dual-cta h3{font-size:20px;margin-bottom:16px}

.gcols{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.gcols h4{font-size:15px;color:var(--white);margin-bottom:10px}
.g-item{font-size:14px;color:var(--c200);padding:4px 0;display:flex;gap:8px}
.g-dot{width:6px;height:6px;border-radius:50%;background:var(--c400);flex-shrink:0;margin-top:7px}


/* ═══════════════════════════════════════════════
   33. 404
   ═══════════════════════════════════════════════ */
.err404{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}
.err404 .code{font-family:var(--fd);font-size:96px;font-weight:700;color:var(--c400);line-height:1;margin-bottom:8px}
.err404 .msg{font-size:17px;color:var(--c200);margin-bottom:28px;max-width:440px}


/* ═══════════════════════════════════════════════
   34. WP PAGINATION
   ═══════════════════════════════════════════════ */
.navigation.pagination{text-align:center;margin-top:36px}
.navigation.pagination .nav-links{display:flex;justify-content:center;gap:6px}
.navigation.pagination .page-numbers{padding:8px 14px;border-radius:var(--r6);font-size:14px;color:var(--c500);background:var(--n50);transition:all .12s}
.navigation.pagination .page-numbers:hover{background:var(--c50)}
.navigation.pagination .page-numbers.current{background:var(--c700);color:var(--white)}


/* ═══════════════════════════════════════════════
   35. FOOTER — Figma: Cobalt 900, 96px side padding
   ═══════════════════════════════════════════════ */
.site-footer{background:var(--c900);border-top:1px solid var(--c600);padding:40px 0 0}
.ft-grid{
  display:grid;grid-template-columns:260px 1fr;gap:56px;
  max-width:calc(var(--max) + var(--pad)*2);margin:0 auto;padding:0 var(--pad);
}
.ft-logo{font-family:var(--fd);font-size:18px;font-weight:700;color:var(--c400);margin-bottom:6px}
.ft-accent{width:22px;height:2px;background:var(--g400);margin-bottom:10px}
.ft-brand p{font-size:14px;color:var(--c200);line-height:1.5}
.ft-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.ft-col h5{font-family:var(--ff);font-size:11px;font-weight:500;color:var(--c200);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}
.ft-col a{display:block;font-size:14px;color:var(--c200);padding:3px 0}
.ft-col a:hover{color:var(--white)}
.ft-btm{
  border-top:1px solid var(--c600);margin-top:28px;padding:12px var(--pad);
  display:flex;justify-content:space-between;
  max-width:calc(var(--max) + var(--pad)*2);margin-left:auto;margin-right:auto;
}
.ft-btm p,.ft-btm a{font-size:12px;color:var(--c200)}
.ft-legal{display:flex;gap:14px}
.ft-legal a:hover{color:var(--white)}


/* ═══════════════════════════════════════════════
   36. RESPONSIVE — Mobile → 8K + Mac Retina
   ═══════════════════════════════════════════════ */

/* Mac Retina — sharper text, subpixel rendering */
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
  html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  img{image-rendering:-webkit-optimize-contrast}
}

/* Safari-specific fixes */
@supports (-webkit-touch-callout:none){
  .site-header{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}
  body{-webkit-overflow-scrolling:touch}
}

/* ── ≤ 480px — Small phones ── */
@media (max-width:480px){
  :root{--pad:16px}
  .nav-bar{padding:0 16px;height:56px}
  .hero{padding:48px 0}
  .hero h1{font-size:28px}
  .sec{padding:48px 0}
  .sec-hd h2{font-size:22px}
  .ic-grid,.steps,.comp-grid,.charter-grid{grid-template-columns:1fr}
  .nl-form{flex-direction:column}
  .err404 .code{font-size:64px}
  .bd-r{grid-template-columns:1fr}
  .hero-ctas{flex-direction:column}
}

/* ── ≤ 600px ── */
@media (max-width:600px){
  :root{--pad:20px}
  .hero-2col,.art-hero-grid,.art-layout,.prof-grid,.pod-hero-grid,.founder-grid,.spot,.dual-cta,.gcols{grid-template-columns:1fr}
  .g3,.g4,.g2,.pr-grid,.ag-grid,.pod-eps,.kpi-grid{grid-template-columns:1fr}
  .pod-mini,.pod-art{grid-template-columns:1fr}
  .pod-art{max-width:240px}
  .toc{display:none}
  .hero-stats,.bstats,.sbar-row,.hero-trust{flex-wrap:wrap;gap:16px}
  .sbar-dot{display:none}
  .ft-grid{grid-template-columns:1fr;gap:28px}
  .ft-cols{grid-template-columns:1fr;gap:20px}
  .ft-btm{flex-direction:column;gap:6px}
  .prof-hdr{flex-direction:column;align-items:center;text-align:center}
  .kpi-r{grid-template-columns:1fr 1fr;gap:6px}
  .dual-cta .div{display:none}
}

/* ── ≤ 768px — Tablets ── */
@media (max-width:768px){
  .nav-toggle{display:block}
  .nav-primary{
    display:none;position:absolute;top:64px;left:0;right:0;
    background:var(--c900);flex-direction:column;padding:16px 20px;
    z-index:999;box-shadow:0 16px 48px rgba(6,14,37,.5);
  }
  .nav-primary.open{display:flex}
  .nav-primary{align-items:stretch}
  .nav-item>a{padding:12px 0}
  .nav-item.has-dd>a::after{float:right}
  /* mega panels become inline accordions when their item is open */
  .mega{position:static;transform:none;opacity:1;visibility:visible;pointer-events:none;
        box-shadow:none;border-top:none;background:transparent;
        max-height:0;overflow:hidden;transition:max-height .25s ease}
  .nav-item.has-dd.dd-open>.mega{pointer-events:auto;max-height:900px}
  .mega-in{grid-template-columns:1fr;gap:16px;padding:4px 0 12px 10px;max-width:100%}
  .mega-grid,.mega-grid.two{grid-template-columns:1fr;gap:2px}
  .mega-label{margin-bottom:8px}
  .mega-link{padding:9px 10px}
  .mega-link .d{display:none}          /* keep the mobile list compact */
  .mega-feat{display:none}             /* featured rail is desktop-only */
  .nav-actions{gap:6px;flex-wrap:wrap}
  .nav-actions .btn{padding:6px 14px;font-size:13px}
  .hero h1{font-size:32px}
  .ic-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .comp-grid{grid-template-columns:1fr 1fr}
}

/* ── 769–1024px — Small laptops ── */
@media (min-width:769px) and (max-width:1024px){
  :root{--pad:32px}
  .mega-in{grid-template-columns:minmax(0,1fr) 280px;gap:32px;padding:24px var(--pad) 28px}
  .mega-grid.two{gap:4px 18px}
  .g3,.pr-grid,.ag-grid{grid-template-columns:repeat(2,1fr)}
  .g4,.ic-grid,.steps,.comp-grid,.charter-grid{grid-template-columns:repeat(2,1fr)}
  .art-layout{grid-template-columns:1fr 240px;gap:32px}
  .prof-grid{grid-template-columns:1fr 280px}
  .ft-cols{gap:24px}
}

/* ── 1025–1280px ── */
@media (min-width:1025px) and (max-width:1280px){
  :root{--pad:48px}
}

/* ── 1281–1440px — Figma design width ── */
@media (min-width:1281px) and (max-width:1440px){
  :root{--max:1248px;--pad:96px}
}

/* ── 1441–1920px — Full HD ── */
@media (min-width:1441px) and (max-width:1920px){
  :root{--max:1320px;--pad:96px}
}

/* ── 1921–2560px — QHD / 2K + MacBook Pro 16" ── */
@media (min-width:1921px) and (max-width:2560px){
  :root{--max:1440px;--pad:100px}
  html{font-size:17px}
  .nav-bar{height:72px}
}

/* ── 2561–3840px — 4K UHD + Apple Pro Display XDR ── */
@media (min-width:2561px) and (max-width:3840px){
  :root{--max:1800px;--pad:120px}
  html{font-size:20px}
  .nav-bar{height:84px}
  .hero h1{font-size:56px}
  .sec-hd h2{font-size:36px}
}

/* ── 3841–5120px — 5K / iMac Retina ── */
@media (min-width:3841px) and (max-width:5120px){
  :root{--max:2200px;--pad:140px}
  html{font-size:24px}
  .nav-bar{height:96px}
  .hero h1{font-size:64px}
}

/* ── 5121px+ — 8K UHD ── */
@media (min-width:5121px){
  :root{--max:3000px;--pad:160px}
  html{font-size:32px}
  .nav-bar{height:120px}
  .hero h1{font-size:80px}
  .sec-hd h2{font-size:48px}
  .nav-logo a{font-size:24px}
}

/* ── Mac-specific notch safe area ── */
@supports (padding:max(0px)){
  .nav-bar{padding-left:max(var(--pad),env(safe-area-inset-left));padding-right:max(var(--pad),env(safe-area-inset-right))}
  .container{padding-left:max(var(--pad),env(safe-area-inset-left));padding-right:max(var(--pad),env(safe-area-inset-right))}
}


/* ═══════════════════════════════════════════════
   37. HOMEPAGE — Exact Figma build (node 200:2454)
       Self-contained, namespaced .hp-*  ·  1440px base
   ═══════════════════════════════════════════════ */
:root{
  --hp-hero:#0f2153;      /* hero background       */
  --hp-gold:#f5d70a;      /* exact Figma gold      */
  --hp-warm:#f4f0e8;      /* light section bg      */
  --hp-tagw-bg:#fffbeb;   /* warm tag pill bg      */
  --hp-tagw-tx:#844f00;   /* warm tag pill text    */
  --hp-tagd-bg:#140000;   /* dark tag pill bg      */
  --hp-line:rgba(42,69,154,.3);   /* card borders  */
}

/* ---- shared container ---- */
.hp-in{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}
.hp-center{display:flex;flex-direction:column;align-items:center;text-align:center}

/* ---- shared type ---- */
.hp-h2{font-family:var(--fd);font-weight:700;font-size:36px;line-height:1.15}
.hp-h2.dark{color:var(--c700)}
.hp-h2.light{color:#fff}
.hp-h2.center{text-align:center;max-width:920px}
.hp-sub{font-family:var(--ff);font-size:16px;line-height:1.5;margin-top:10px}
.hp-sub.dark{color:var(--n500)}
.hp-sub.light{color:var(--c200)}
.hp-sub.center{text-align:center;max-width:640px}

/* ---- shared tags ---- */
.hp-tag{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--ff);font-weight:500;font-size:11px;
  padding:8px 22px;border-radius:100px;white-space:nowrap}
.hp-tag-warm{background:var(--hp-tagw-bg);color:var(--hp-tagw-tx)}
.hp-tag-dark{background:var(--hp-tagd-bg);color:var(--hp-gold)}

/* ---- shared links ---- */
.hp-link-gold{display:inline-block;font-family:var(--ff);font-weight:500;font-size:13px;color:var(--hp-gold)}
.hp-link-gold.sm{font-size:12px}
.hp-link-gold:hover{opacity:.82}

/* ---- shared buttons ---- */
.hp-btn{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--ff);font-weight:500;font-size:14px;line-height:1;
  padding:16px 32px;border-radius:4px;white-space:nowrap;transition:transform .15s,opacity .15s,background .15s}
.hp-btn:hover{transform:translateY(-1px)}
.hp-btn-gold{background:var(--hp-gold);color:var(--g900)}
.hp-btn-gold:hover{background:#e6c700}
.hp-btn-ghost{background:var(--c700);color:#fff;border:1px solid rgba(255,255,255,.3)}
.hp-btn-ghost:hover{background:var(--c600)}
.hp-btn.full{width:100%}
.hp-btn.lg{padding:17px 39px}
.hp-btn.sm{padding:12px 16px;font-size:13px}
.hp-btn.xs{padding:7px 16px;font-size:12px}

/* ─── 1. HERO ─── */
.hp-hero{background:var(--hp-hero);padding:88px 0}
.hp-hero-grid{display:grid;grid-template-columns:minmax(0,684px) 457px;gap:48px;align-items:center;justify-content:center}
.hp-hero-copy{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.hp-eyebrow{display:flex;align-items:center;gap:8px;font-family:var(--ff);font-weight:500;font-size:11px;color:var(--hp-gold)}
.hp-eyebrow-line{width:32px;height:2px;border-radius:1px;background:var(--hp-gold)}
.hp-hero-title{font-family:var(--fd);font-weight:700;font-size:54px;line-height:1.06;color:#fff}
.hp-hero-title em{font-style:normal;color:var(--hp-gold)}
.hp-hero-lead{font-family:var(--ff);font-size:16px;line-height:1.55;color:var(--c200);max-width:560px}
.hp-hero-btns{display:flex;gap:16px;flex-wrap:wrap}
.hp-hero-trust{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}

/* hero dashboard card */
.hp-dash{background:var(--c600);border:1px solid rgba(42,69,154,.4);border-radius:12px;padding:17px 19px;display:flex;flex-direction:column;gap:16px}
.hp-dash-head{display:flex;align-items:center;justify-content:space-between}
.hp-dash-title{font-family:var(--ff);font-weight:500;font-size:11px;color:var(--c200)}
.hp-dash-live{font-family:var(--ff);font-size:11px;color:var(--ok)}
.hp-dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hp-dash-tile{background:var(--c700);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px}
.hp-dash-k{font-family:var(--ff);font-size:10px;color:var(--c200)}
.hp-dash-v{font-family:var(--fd);font-weight:700;font-size:22px}
.hp-dash-v.gold{color:var(--hp-gold)}.hp-dash-v.ok{color:var(--ok)}.hp-dash-v.muted{color:var(--c200)}
.hp-dash-agent{background:var(--c700);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:6px}
.hp-dash-agent-t{font-family:var(--ff);font-weight:500;font-size:11px;color:#fff}
.hp-dash-agent-m{font-family:var(--ff);font-size:10px;color:var(--hp-gold)}

/* ─── 2. CLIENT TICKER ─── */
.hp-ticker{background:var(--c900);padding:26px 0;overflow:hidden}
.hp-ticker-label{
  display:block;text-align:center;margin-bottom:18px;
  font-family:var(--ff);font-weight:500;font-size:10px;letter-spacing:1.5px;color:var(--c300);
}
.hp-chip{background:var(--c600);border-radius:100px;padding:8px 22px;font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}

/* Client logo marquee — two identical tracks scroll left as one continuous
   loop. Logos are monochrome on transparent, so they are rendered white to sit
   on the dark band, dimmed until hovered. */
.hp-marquee{display:flex;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.hp-marquee-track{
  display:flex;align-items:center;flex-shrink:0;
  gap:clamp(32px,5vw,64px);margin:0;list-style:none;
  /* Trailing space equals the inter-logo gap, so the seam between the two
     tracks is spaced like every other gap and the loop is invisible. */
  padding:0 clamp(32px,5vw,64px) 0 0;
  animation:hp-marquee 45s linear infinite;
}
.hp-marquee:hover .hp-marquee-track{animation-play-state:paused}
.hp-marquee-track li{flex-shrink:0;display:flex;align-items:center}
.hp-logo{
  height:30px;width:auto;max-width:150px;display:block;
  filter:brightness(0) invert(1);
  opacity:.62;transition:opacity .2s ease;
}
.hp-logo:hover{opacity:1}

@keyframes hp-marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}

/* No motion: show one static, wrapped, centred set. */
@media (prefers-reduced-motion:reduce){
  .hp-marquee{-webkit-mask-image:none;mask-image:none}
  .hp-marquee-track{animation:none;flex-wrap:wrap;justify-content:center;padding:0 16px}
  .hp-marquee-dup{display:none}
}
@media (max-width:768px){
  .hp-logo{height:24px}
}

/* ─── 3. THE PROBLEM ─── */
.hp-problem{background:var(--hp-warm);padding:60px 0}
.hp-problem .hp-h2{margin-top:16px;max-width:1189px}
.hp-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.hp-prob-card{position:relative;background:#fff;border:.5px solid var(--n200);border-radius:8px;padding:16px 16px 16px 21px;min-height:208px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.hp-prob-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--hp-gold)}
.hp-prob-t{font-family:var(--fd);font-weight:700;font-size:15px;color:var(--c700);line-height:1.3;margin-bottom:4px}
.hp-prob-d{font-family:var(--ff);font-size:13px;color:var(--n500);line-height:1.5}
.hp-prob-link{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c500)}

/* ─── 4. THE PLATFORM ─── */
.hp-platform{background:var(--c700);padding:60px 0}
.hp-platform .hp-center{gap:16px}
.hp-platform .hp-h2{margin-top:0;font-size:38px;line-height:1.1}
.hp-pillar-row{display:grid;grid-template-columns:540px 1fr;gap:24px;align-items:center;margin-top:32px}
.hp-pillar-row.rev{grid-template-columns:1fr 540px}
.hp-pillar-copy{display:flex;flex-direction:column;gap:15px;align-items:flex-start}
.hp-pillar-t{font-family:var(--fd);font-weight:700;font-size:26px;line-height:1.18;color:#fff}
.hp-pillar-d{font-family:var(--ff);font-size:14px;line-height:1.6;color:var(--c200)}
.hp-pillar-media{border:.5px solid rgba(42,69,154,.35);border-radius:12px;overflow:hidden;align-self:stretch;min-height:260px}
.hp-pillar-media img{width:100%;height:100%;object-fit:cover}

/* ─── 5. ZAVOPS 90 — SPRINT ─── */
.hp-sprint{background:var(--c900);padding:60px 0}
.hp-sprint .hp-center{gap:16px}
.hp-sprint .hp-h2{font-size:38px;line-height:1.1}
.hp-phase-bar{display:grid;grid-template-columns:repeat(3,1fr);border-radius:6px;overflow:hidden;margin-top:32px}
.hp-phase{padding:12px 16px;display:flex;flex-direction:column;gap:2px}
.hp-phase.p1{background:var(--c400)}.hp-phase.p2{background:var(--hp-gold)}.hp-phase.p3{background:var(--ok)}
.hp-phase-n{font-family:var(--ff);font-weight:700;font-size:14px;color:#fff}
.hp-phase-d{font-family:var(--ff);font-size:11px;color:#fff}
.hp-phase.p2 .hp-phase-n,.hp-phase.p2 .hp-phase-d{color:var(--g900)}
.hp-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}
.hp-price-card{position:relative;background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:6px}
.hp-price-card.feat{border:2px solid var(--hp-gold)}
.hp-price-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--hp-gold);color:#171717;font-family:var(--ff);font-weight:500;font-size:11px;padding:8px 22px;border-radius:100px}
.hp-price-tier{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}
.hp-price-amt{font-family:var(--fd);font-weight:700;font-size:34px;color:#fff}
.hp-price-per{font-family:var(--ff);font-size:12px;color:var(--c200)}
.hp-price-feats{display:flex;flex-direction:column;gap:4px;margin:10px 0 20px}
.hp-price-feats li{font-family:var(--ff);font-size:12px;color:var(--c200)}
.hp-price-card .hp-btn{margin-top:auto}
.hp-guarantee{background:rgba(26,122,74,.12);border:1px solid var(--ok);border-radius:8px;padding:16px;text-align:center;margin-top:24px;font-family:var(--ff);font-weight:500;font-size:16px;color:var(--ok)}
.hp-sprint-note{text-align:center;margin-top:16px;font-family:var(--ff);font-size:16px;color:var(--c200)}

/* ─── 6. OUTCOME INDEX ─── */
.hp-oindex{background:var(--hp-warm);padding:48px 0}
.hp-oindex .hp-center{gap:23px}
.hp-oi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;width:100%;margin-top:0}
.hp-oi-card{background:#fff;border:.5px solid var(--n200);border-radius:12px;padding:28px 20px;min-height:152px;display:flex;flex-direction:column;gap:8px;text-align:left}
.hp-oi-v{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1}
.hp-oi-v.gold{color:var(--hp-gold)}.hp-oi-v.blue{color:var(--c400)}.hp-oi-v.ok{color:var(--ok)}
.hp-oi-l{font-family:var(--ff);font-size:13px;color:var(--n500);line-height:1.55}

/* ─── 7. CASE STUDIES ─── */
.hp-cases{background:var(--c700);padding:78px 0}
.hp-cases .hp-center{gap:12px}
.hp-cases .hp-h2{font-size:38px}
.hp-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:19px}
.hp-case-card{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.hp-case-img{width:100%;height:200px;background:var(--c700) center/cover no-repeat}
.hp-case-body{padding:16px 12px;display:flex;flex-direction:column;gap:11px;align-items:flex-start}
.hp-case-cat{background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 8px;border-radius:11px}
.hp-case-client{font-family:var(--ff);font-size:11px;color:var(--c200)}
.hp-case-h{font-family:var(--fd);font-weight:700;font-size:17px;color:#fff;line-height:1.28}
.hp-case-metric{width:100%;background:var(--c700);border-radius:3px;padding:5px 8px;font-family:var(--ff);font-size:11px;color:var(--c200)}
.hp-case-stage{background:var(--c500);color:#fff;font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 8px;border-radius:11px}

/* ─── 8. HOW IT WORKS ─── */
.hp-steps{background:var(--hp-warm);padding:57px 0}
.hp-steps .hp-center{gap:24px}
.hp-steps .hp-h2{font-size:36px}
.hp-steps-track{position:relative;width:100%;max-width:1140px;display:flex;align-items:center;justify-content:center;margin-top:8px}
.hp-steps-line{position:absolute;left:74px;right:74px;top:26px;height:2px;background:rgba(245,215,10,.2)}
.hp-steps-dots{position:relative;display:flex;justify-content:space-between;width:100%;padding:0 48px}
.hp-step-dot{width:52px;height:52px;border-radius:50%;background:var(--c700);border:2px solid var(--hp-gold);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:700;font-size:20px;color:var(--hp-gold)}
.hp-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1140px}
.hp-step{display:flex;flex-direction:column;gap:16px;text-align:left}
.hp-step-t{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--c700);line-height:1.3}
.hp-step-d{font-family:var(--ff);font-size:12px;color:var(--n500);line-height:1.55}

/* ─── 9. INDUSTRIES ─── */
.hp-industries{background:var(--c700);padding:64px 0}
.hp-industries .hp-center{gap:31px}
.hp-industries .hp-h2{font-size:34px;line-height:1.12}
.hp-ind-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:19px}
.hp-ind-pill{height:34px;padding:9px 16px;border-radius:17px;font-family:var(--ff);font-weight:500;font-size:12px;background:var(--c600);border:1px solid rgba(42,69,154,.4);color:var(--c200);cursor:pointer;transition:all .15s}
.hp-ind-pill.on,.hp-ind-pill:hover{background:var(--hp-gold);border-color:var(--hp-gold);color:var(--g900)}
.hp-ind-detail{display:grid;grid-template-columns:480px 1fr;gap:44px;align-items:center;width:100%;text-align:left}
.hp-ind-media{height:234px;border:.5px solid var(--hp-line);border-radius:12px;overflow:hidden}
.hp-ind-media img{width:100%;height:100%;object-fit:cover}
.hp-ind-copy{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.hp-ind-t{font-family:var(--fd);font-weight:700;font-size:20px;color:#fff;line-height:1.18}
.hp-ind-d{font-family:var(--ff);font-size:14px;color:var(--c200);line-height:1.6}
.hp-ind-agents{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}

/* ─── 10. WISDOM OVER HUSTLE ─── */
.hp-podcast{background:var(--c900);padding:77px 0}
.hp-pod-grid{display:grid;grid-template-columns:377px 1fr;gap:39px;align-items:center}
.hp-pod-art{height:492px;border:1px solid rgba(42,69,154,.4);border-radius:16px;overflow:hidden}
.hp-pod-art img{width:100%;height:100%;object-fit:cover}
.hp-pod-main{display:flex;flex-direction:column;gap:52px}
.hp-pod-head{display:flex;flex-direction:column;gap:17px;align-items:flex-start;max-width:640px}
.hp-pod-head .hp-h2{font-size:34px}
.hp-pod-host{font-family:var(--ff);font-size:12px;color:var(--c200)}
.hp-pod-plats{display:flex;gap:16px;flex-wrap:wrap}
.hp-pod-plat{height:34px;display:inline-flex;align-items:center;padding:9px 20px;background:var(--c600);border:1px solid rgba(42,69,154,.5);border-radius:4px;font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}
.hp-pod-plat:hover{color:#fff}
.hp-pod-eps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hp-pod-ep{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;min-height:200px;padding:12px;display:flex;flex-direction:column;justify-content:space-between}
.hp-pod-ep-t{font-family:var(--ff);font-weight:500;font-size:12px;color:#fff;line-height:1.45}
.hp-pod-ep .hp-btn{align-self:flex-start}

/* ─── 11. FINAL CTA ─── */
.hp-cta{position:relative;background:var(--c900);padding:56px 0 71px;overflow:hidden}
.hp-cta-dots{position:absolute;left:0;right:0;top:0;height:340px;background:rgba(42,69,154,.06);
  background-image:radial-gradient(rgba(160,178,228,.10) 1px,transparent 1px);background-size:22px 22px;pointer-events:none}
.hp-cta .hp-in{position:relative;gap:22px}
.hp-cta-title{font-family:var(--fd);font-weight:700;font-size:52px;line-height:1.08;color:#fff;text-align:center}
.hp-cta-title em{font-style:normal;color:var(--hp-gold)}
.hp-cta-sub{font-family:var(--ff);font-size:16px;color:var(--c200);text-align:center;max-width:700px}
.hp-cta-btns{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.hp-cta-check{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200);text-align:center;margin-top:87px}

/* ═══════════ HOMEPAGE RESPONSIVE ═══════════ */
@media (max-width:1080px){
  .hp-hero-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}
  .hp-pillar-row,.hp-pillar-row.rev{grid-template-columns:1fr}
  .hp-pillar-row.rev .hp-pillar-media{order:-1}
  .hp-ind-detail{grid-template-columns:1fr;gap:24px}
  .hp-pod-grid{grid-template-columns:300px 1fr;gap:28px}
}
@media (max-width:860px){
  .hp-hero-title{font-size:44px}
  .hp-h2,.hp-platform .hp-h2,.hp-sprint .hp-h2,.hp-cases .hp-h2{font-size:30px}
  .hp-cta-title{font-size:40px}
  .hp-problem-grid,.hp-price-grid,.hp-case-grid,.hp-pod-eps{grid-template-columns:1fr}
  .hp-oi-grid,.hp-steps-grid{grid-template-columns:repeat(2,1fr)}
  .hp-pod-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}
  .hp-pod-art{height:auto;aspect-ratio:377/492}
  .hp-pod-main{gap:36px}
  .hp-steps-track{display:none}
}
@media (max-width:520px){
  .hp-hero{padding:56px 0}
  .hp-hero-title{font-size:34px}
  .hp-h2,.hp-platform .hp-h2,.hp-sprint .hp-h2,.hp-cases .hp-h2,.hp-industries .hp-h2,.hp-pod-head .hp-h2{font-size:26px}
  .hp-cta-title{font-size:30px}
  .hp-oi-grid,.hp-steps-grid{grid-template-columns:1fr}
  .hp-hero-btns .hp-btn,.hp-cta-btns .hp-btn{width:100%}
  .hp-phase-d{font-size:10px}
  .hp-phase{padding:10px 12px}
  .hp-cta-check{margin-top:32px}
}


/* ═══════════════════════════════════════════════
   38. ABOUT PAGE — Exact Figma build (node 200:1894)
       Gutenberg-pasteable · namespaced .ab-*
       Reuses global tokens + --hp-gold/--hp-warm/--hp-tagd-bg/--hp-line
   ═══════════════════════════════════════════════ */
.ab-in{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}

/* ─── Hero ─── (Figma 1440×300 · text left:105 · title 40px · 2-line wrap) */
.ab-hero{position:relative;display:flex;align-items:center;min-height:300px;padding:40px 0;background:var(--c700);overflow:hidden}
.ab-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;z-index:0}
.ab-hero-inner{position:relative;z-index:1;max-width:960px}
.ab-eyebrow{display:inline-block;background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:11px;padding:5px 16px;border-radius:100px;margin-bottom:14px}
.ab-hero-title{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1.12;color:#fff;margin-bottom:14px;max-width:900px}
.ab-hero-lead{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--c200);max-width:620px}

/* ─── Founder ─── */
.ab-founder{background:var(--hp-warm);padding:40px 0}
.ab-founder-grid{display:flex;gap:64px;align-items:center;justify-content:center}
.ab-founder-photo{flex-shrink:0;width:360px;height:360px;border:.5px solid var(--n200);border-radius:12px;overflow:hidden}
.ab-founder-photo img{width:100%;height:100%;object-fit:cover}
.ab-founder-body{display:flex;flex-direction:column;gap:36px;max-width:632px}
.ab-founder-name{font-family:var(--fd);font-weight:700;font-size:28px;color:var(--c700)}
.ab-founder-role{font-family:var(--ff);font-weight:500;font-size:14px;color:var(--c500);margin:8px 0 12px}
.ab-founder-bio p{font-family:var(--ff);font-size:14px;line-height:1.65;color:var(--n500)}
.ab-founder-bio p+p{margin-top:0}
.ab-founder-stats{display:flex;gap:16px;flex-wrap:wrap}
.ab-stat{background:#fff;border:.5px solid var(--n200);border-radius:8px;padding:16px;min-width:200px}
.ab-stat-v{display:block;font-family:var(--fd);font-weight:700;font-size:22px;color:var(--c700)}
.ab-stat-l{display:block;font-family:var(--ff);font-size:12px;color:var(--n500);margin-top:4px}

/* ─── Markets ─── */
.ab-markets{background:var(--c700);padding:48px 0}
.ab-markets-h{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff;text-align:center;margin-bottom:12px}
.ab-markets-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ab-market{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:12px 16px 17px;min-height:140px}
.ab-market-name{font-family:var(--fd);font-weight:700;font-size:22px;color:#fff}
.ab-market-focus{font-family:var(--ff);font-weight:500;font-size:13px;color:var(--hp-gold);margin:10px 0}
.ab-market-city{font-family:var(--ff);font-size:12px;color:var(--c200)}
.ab-market-status{display:inline-block;margin-top:10px;font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 8px;border-radius:11px}
.ab-market-status.active{background:rgba(26,122,74,.15);color:var(--ok)}
.ab-market-status.soon{background:rgba(59,92,184,.15);color:var(--c400)}

/* ─── Charter ─── */
.ab-charter{background:var(--hp-warm);padding:40px 0}
.ab-charter-h{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--c700);text-align:center;margin-bottom:16px}
.ab-charter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.ab-charter-card{background:#fff;border:.5px solid var(--n200);border-left:3px solid var(--hp-gold);border-radius:0 8px 8px 0;min-height:140px;padding:16px}
.ab-charter-card p{font-family:var(--ff);font-weight:500;font-size:13px;line-height:1.55;color:var(--n500)}

/* ─── About responsive ─── */
@media (max-width:900px){
  .ab-hero-title{font-size:34px;max-width:560px}
  .ab-founder-grid{flex-direction:column;gap:32px;align-items:flex-start}
  .ab-founder-body{max-width:100%}
  .ab-markets-grid,.ab-charter-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .ab-hero{padding:36px 0;min-height:0}
  .ab-hero-title{font-size:28px}
  .ab-hero-lead{font-size:14px}
  .ab-founder-photo{width:100%;max-width:320px;height:auto;aspect-ratio:1}
  .ab-founder-name{font-size:24px}
  .ab-founder-stats .ab-stat{min-width:0;flex:1 1 45%}
  .ab-markets-h,.ab-charter-h{font-size:24px}
  .ab-markets-grid,.ab-charter-grid{grid-template-columns:1fr}
}


/* ═══════════════════════════════════════════════
   39. ZAVOPS 90 PAGE (node 200:321) · namespaced .z90-*
       Reuses shared .hp-tag / --tokens. Exact Figma values.
   ═══════════════════════════════════════════════ */
.z90-in{width:100%;max-width:1340px;margin:0 auto;padding:0 24px}

/* ─── Hero (bg #0d1f4e · title 48px · phase timeline) ─── */
.z90-hero{background:var(--c700);padding:64px 0}
.z90-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}
.z90-hero-title{font-family:var(--fd);font-weight:700;font-size:48px;line-height:1.1;color:#fff;max-width:1120px;margin-top:6px}
.z90-hero-lead{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--c200);max-width:1040px}
.z90-phasebar{display:grid;grid-template-columns:repeat(3,1fr);width:100%;max-width:1106px;margin-top:20px;border-radius:6px;overflow:hidden}
.z90-phase{height:48px;padding:9px 12px;display:flex;flex-direction:column;justify-content:center;gap:1px}
.z90-phase.p1{background:var(--c400)}.z90-phase.p2{background:var(--hp-gold)}.z90-phase.p3{background:var(--ok)}
.z90-phase-n{font-family:var(--ff);font-weight:700;font-size:13px;color:#fff}
.z90-phase-d{font-family:var(--ff);font-size:10px;color:var(--c200)}
.z90-phase.p2 .z90-phase-n,.z90-phase.p2 .z90-phase-d{color:var(--g900)}

/* ─── KPI Agreement (bg #f4f0e8 · left-aligned · 2-col chips) ─── */
.z90-kpi{background:var(--n50);padding:64px 0}
.z90-kpi-wrap{max-width:1020px;margin:0 auto}
.z90-kpi-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.2;color:var(--c700)}
.z90-kpi-sub{font-family:var(--ff);font-size:15px;color:var(--n500);margin:8px 0 28px}
.z90-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 60px}
.z90-kpi-item{background:#fff;border:.5px solid var(--n200);border-radius:6px;padding:9px 12px;min-height:34px;display:flex;align-items:center;font-family:var(--ff);font-size:13px;color:var(--n500)}

/* ─── Pricing (bg #060e25 · 3 tiers · middle featured) ─── */
.z90-pricing{background:var(--c900);padding:50px 0}
.z90-pricing-inner{display:flex;flex-direction:column;align-items:center;gap:24px}
.z90-pricing-h{font-family:var(--fd);font-weight:700;font-size:34px;line-height:1.1;color:#fff;text-align:center}
.z90-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:1328px}
.z90-price-card{position:relative;background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:16px 16px 30px;display:flex;flex-direction:column;min-height:340px}
.z90-price-card.feat{border:2px solid var(--hp-gold)}
.z90-price-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:700;font-size:10px;padding:4px 22px;border-radius:11px;white-space:nowrap}
.z90-price-top{display:flex;flex-direction:column;gap:4px}
.z90-price-tier{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}
.z90-price-amt{font-family:var(--fd);font-weight:700;font-size:34px;color:#fff}
.z90-price-per{font-family:var(--ff);font-size:12px;color:var(--c200);margin-bottom:6px}
.z90-price-feat{font-family:var(--ff);font-size:12px;color:var(--c200)}
.z90-price-cta{margin-top:auto;height:36px;display:flex;align-items:center;justify-content:center;background:var(--hp-gold);color:var(--g900);border-radius:4px;font-family:var(--ff);font-weight:500;font-size:13px}
.z90-price-cta:hover{background:#e6c700}
.z90-guarantee{width:100%;max-width:1248px;background:rgba(26,122,74,.12);border:1px solid var(--ok);border-radius:8px;padding:13px 24px;text-align:center;font-family:var(--ff);font-weight:500;font-size:13px;color:var(--ok)}
.z90-note{font-family:var(--ff);font-size:11px;color:var(--c200);text-align:center}

/* ─── Responsive ─── */
@media (max-width:900px){
  .z90-hero-title{font-size:34px}
  .z90-pricing-h{font-size:26px}.z90-kpi-h{font-size:26px}
  .z90-price-grid{grid-template-columns:1fr;max-width:432px}
  .z90-phasebar{max-width:100%}
}
@media (max-width:560px){
  .z90-hero{padding:44px 0}
  .z90-hero-title{font-size:26px}
  .z90-kpi-grid{grid-template-columns:1fr;gap:12px}
  .z90-phase-d{font-size:9px}
  .z90-phase{padding:8px 10px}
}


/* ═══════════════════════════════════════════════
   40. AGENTIC MODELS PAGE (node 200:451) · .am-*
       Reuses .hp-tag, .hp-steps-track/line/dots/.hp-step-dot, .hp-btn
   ═══════════════════════════════════════════════ */
.am-in{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}
.am-in-wide{width:100%;max-width:1392px;margin:0 auto;padding:0 24px}

/* ─── Hero ─── */
.am-hero{background:var(--c700);padding:58px 0}
.am-hero-inner{display:flex;flex-direction:column;gap:24px;align-items:center}
.am-hero-text{width:100%;max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:14px;align-items:flex-start;text-align:left}
.am-hero-title{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1.1;color:#fff}
.am-hero-lead{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--c200)}

/* ─── Problem filter bar ─── */
.am-filter{background:#fff;border-bottom:.5px solid var(--n200);padding:18px 0}
.am-filter-inner{display:flex;align-items:center;gap:32px}
.am-filter-label{font-family:var(--ff);font-weight:500;font-size:13px;color:var(--c700);white-space:nowrap;flex-shrink:0}
.am-filter-pills{display:flex;gap:12px;align-items:center;overflow-x:auto;padding-bottom:2px}
.am-fpill{white-space:nowrap;flex-shrink:0;font-family:var(--ff);font-weight:500;font-size:11px;padding:7px 14px;border-radius:14px;border:1px solid var(--n200);background:#fff;color:var(--n500);cursor:pointer;transition:all .12s}
.am-fpill.on,.am-fpill:hover{background:var(--c700);border-color:var(--c700);color:#fff}

/* ─── Agent cards grid ─── */
.am-agents{background:#fff;padding:20px 0 32px}
.am-agents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.am-agent{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:22px 16px 16px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:312px}
.am-agent.wide{grid-column:1 / -1}
.am-agent-bottom{display:flex;flex-direction:column;align-items:flex-start;width:100%}
.am-agent-head{display:flex;gap:8px;align-items:center;margin-bottom:8px}
.am-agent-num{background:var(--c500);color:#fff;font-family:var(--ff);font-weight:700;font-size:10px;padding:5px 8px;border-radius:11px;min-width:28px;text-align:center}
.am-agent-status{font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 12px;border-radius:11px;white-space:nowrap}
.am-agent-status.live{background:rgba(26,122,74,.12);color:var(--ok)}
.am-agent-status.dev{background:#364271;color:var(--hp-gold)}
.am-agent-status.pilot{background:#203587;color:var(--c400)}
.am-agent-status.b2b{background:#364271;color:var(--ok)}
.am-agent-title{font-family:var(--fd);font-weight:700;font-size:17px;color:#fff;margin-bottom:4px}
.am-agent-desc{font-family:var(--ff);font-size:12px;line-height:1.55;color:var(--c200)}
.am-agent-meta{display:flex;flex-direction:column;gap:7px}
.am-agent-meta span{font-size:11px;line-height:1.3}
.am-agent-meta .prob{font-family:var(--ff);font-weight:500;color:var(--c50)}
.am-agent-meta .built{font-family:var(--ff);font-weight:500;color:var(--hp-gold)}
.am-agent-meta .integ{font-family:var(--ff);color:var(--c200)}
.am-agent-meta .lin{font-family:var(--ff);font-weight:500;color:var(--c200)}
.am-agent-tip{background:var(--c700);border-radius:4px;padding:8px 12px;font-family:var(--ff);font-size:10px;color:var(--c200);margin-top:10px}
.am-agent-cta{align-self:flex-start;margin-top:10px;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:12px;padding:9px 20px;border-radius:4px}
.am-agent-cta:hover{background:#e6c700}

/* ─── Calibration callout ─── */
.am-callout{background:var(--c50);padding:41px 0}
.am-callout-h{font-family:var(--fd);font-weight:700;font-size:22px;line-height:1.12;color:var(--c700)}
.am-callout-p{font-family:var(--ff);font-size:14px;line-height:1.6;color:var(--n500);margin-top:13px}

/* ─── Deployment process ─── */
.am-deploy{background:var(--c700);padding:64px 0}
.am-deploy-inner{display:flex;flex-direction:column;align-items:center;gap:23px}
.am-deploy-h{font-family:var(--fd);font-weight:700;font-size:34px;color:#fff;text-align:center}
.am-deploy-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;max-width:1140px}
.am-deploy-col{display:flex;flex-direction:column;gap:6px;align-items:flex-start}
.am-deploy-day{background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:10px;padding:4px 8px;border-radius:11px}
.am-deploy-t{font-family:var(--fd);font-weight:700;font-size:14px;line-height:1.3;color:#fff}
.am-deploy-d{font-family:var(--ff);font-size:12px;line-height:1.55;color:var(--c200)}

/* ─── Page CTA ─── */
.am-cta{background:var(--c900);padding:44px 0}
.am-cta-inner{display:flex;flex-direction:column;align-items:center;gap:17px}
.am-cta-h{font-family:var(--fd);font-weight:700;font-size:28px;color:#fff;text-align:center}
.am-cta-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.am-cta .hp-btn{min-width:240px;padding-top:15px;padding-bottom:15px}

/* ─── Responsive ─── */
@media (max-width:900px){
  .am-hero-title{font-size:32px}
  .am-deploy-h{font-size:26px}
  .am-agents-grid{grid-template-columns:1fr}
  .am-agent.wide{grid-column:auto}
  .am-deploy-cols{grid-template-columns:repeat(2,1fr);gap:24px 16px}
  .hp-steps-track{display:none}
}
@media (max-width:560px){
  .am-hero-title{font-size:26px}
  .am-cta-h{font-size:22px}
  .am-deploy-cols{grid-template-columns:1fr}
  .am-cta .hp-btn{min-width:0;width:100%}
}


/* ═══════════════════════════════════════════════
   41. VETTING FRAMEWORK PAGE (node 200:1258) · .vf-*
       Reuses .hp-tag, .hp-btn. Images: /wp-content/uploads/vetting/
   ═══════════════════════════════════════════════ */
.vf-in{width:100%;max-width:1300px;margin:0 auto;padding:0 24px}

/* Hero */
.vf-hero{background:var(--c700);padding:48px 0}
.vf-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}
.vf-hero-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.1;color:#fff;max-width:1000px}
.vf-hero-lead{font-family:var(--ff);font-size:16px;line-height:1.65;color:var(--c200);max-width:960px}
.vf-hero-pills{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}
.vf-hero-pill{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 16px;background:var(--c600);border:1px solid rgba(42,69,154,.4);border-radius:14px;font-family:var(--ff);font-weight:500;font-size:11px;color:var(--c200)}
.vf-hero-pill::before{content:"✓";color:var(--hp-gold);font-size:10px}

/* Stats */
.vf-stats{background:var(--n50);padding:30px 0}
.vf-stats-row{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}
.vf-stat{background:#fff;border:.5px solid var(--n200);border-radius:12px;width:320px;min-height:120px;padding:26px 20px;display:flex;flex-direction:column;gap:4px}
.vf-stat-v{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1}
.vf-stat-v.gold{color:var(--hp-gold)}.vf-stat-v.blue{color:var(--c400)}.vf-stat-v.navy{color:var(--c700)}
.vf-stat-l{font-family:var(--ff);font-size:13px;color:var(--n500)}

/* Stages */
.vf-stage{padding:30px 0}
.vf-stage.alt{background:var(--c600)}
.vf-stage.dark{background:var(--c700)}
.vf-stage-row{display:flex;gap:64px;align-items:center;justify-content:center}
.vf-stage-copy{flex:1 1 0;max-width:748px;display:flex;flex-direction:column;gap:11px;align-items:flex-start}
.vf-stage-badge{background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:700;font-size:10px;padding:6px 12px;border-radius:12px}
.vf-stage-title{font-family:var(--fd);font-weight:700;font-size:28px;color:#fff}
.vf-stage-tags{display:flex;gap:16px;flex-wrap:wrap}
.vf-stage-tag{font-family:var(--ff);font-weight:500;font-size:11px;padding:5px 12px;border-radius:12px;white-space:nowrap}
.vf-stage-tag.info{background:var(--c500);color:#fff}
.vf-stage-tag.muted{background:rgba(13,31,86,.42);color:var(--c200)}
.vf-stage-tag.warn{background:rgba(245,196,0,.15);color:var(--hp-gold)}
.vf-stage-desc{font-family:var(--ff);font-size:14px;line-height:1.6;color:var(--c200)}
.vf-stage-img{width:400px;height:200px;border-radius:8px;overflow:hidden;flex-shrink:0}
.vf-stage-img img{width:100%;height:100%;object-fit:cover}

/* 12 Competencies */
.vf-comp{background:var(--c700);padding:60px 0}
.vf-comp-h{font-family:var(--fd);font-weight:700;font-size:34px;line-height:1.15;color:#fff;text-align:center;max-width:1000px;margin:0 auto 40px}
.vf-comp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px 19px}
.vf-comp-card{background:var(--c600);border:.5px solid var(--hp-line);border-radius:8px;padding:17px 12px;min-height:68px;display:flex;flex-direction:column;gap:5px}
.vf-comp-n{font-family:var(--ff);font-size:10px;color:var(--c200)}
.vf-comp-name{font-family:var(--ff);font-weight:500;font-size:13px;color:#fff}

/* Dual CTA */
.vf-dual{background:var(--c900);padding:30px 0}
.vf-dual-row{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:64px;max-width:1100px;margin:0 auto}
.vf-dual-div{width:1px;height:140px;background:rgba(42,69,154,.4)}
.vf-dual-col{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.vf-dual-h{font-family:var(--fd);font-weight:700;font-size:22px;color:#fff}

/* Guarantees */
.vf-guar{background:var(--c700);padding:60px 0}
.vf-guar-h{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff;text-align:center;max-width:1240px;margin:0 auto 36px}
.vf-guar-cols{display:grid;grid-template-columns:1fr 1fr;gap:56px;max-width:1240px;margin:0 auto}
.vf-guar-lbl{font-family:var(--ff);font-weight:700;font-size:13px;margin-bottom:11px}
.vf-guar-col.yes .vf-guar-lbl{color:var(--hp-gold)}
.vf-guar-col.no .vf-guar-lbl{color:var(--c200)}
.vf-guar-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:11px}
.vf-guar-item::before{content:"";width:6px;height:6px;border-radius:2px;flex-shrink:0;margin-top:6px}
.vf-guar-col.yes .vf-guar-item::before{background:var(--ok)}
.vf-guar-col.no .vf-guar-item::before{background:var(--c500)}
.vf-guar-item p{font-family:var(--ff);font-size:13px;line-height:1.55;color:var(--c200)}

/* FAQ */
.vf-faq{background:var(--n50);padding:46px 0}
.vf-faq-h{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--c700);text-align:center;margin-bottom:30px}
.vf-faq-list{display:flex;flex-direction:column;gap:10px;max-width:1240px;margin:0 auto}
.vf-faq-item{background:#fff;border:.5px solid var(--n200);border-radius:8px;overflow:hidden}
.vf-faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 20px;cursor:pointer}
.vf-faq-item summary::-webkit-details-marker{display:none}
.vf-faq-item summary::after{content:"›";color:var(--c400);font-size:20px;line-height:1;transition:transform .2s}
.vf-faq-item[open] summary::after{transform:rotate(90deg)}
.vf-faq-q{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--c700)}
.vf-faq-a{font-family:var(--ff);font-size:12px;line-height:1.55;color:var(--n500);padding:0 20px 16px}

/* Responsive */
@media (max-width:900px){
  .vf-hero-title{font-size:32px}
  .vf-comp-h,.vf-guar-h,.vf-faq-h{font-size:26px}
  .vf-stage-row{flex-direction:column;gap:24px;align-items:stretch}
  .vf-stage-img{width:100%}
  .vf-comp-grid{grid-template-columns:repeat(2,1fr)}
  .vf-dual-row{grid-template-columns:1fr;gap:32px}
  .vf-dual-div{display:none}
  .vf-guar-cols{grid-template-columns:1fr;gap:28px}
}
@media (max-width:560px){
  .vf-hero-title{font-size:26px}
  .vf-comp-grid{grid-template-columns:1fr}
  .vf-stat{width:100%}
}


/* ═══════════════════════════════════════════════
   42. JOIN AS EXPERT PAGE (node 200:1083) · .je-*
       Reuses .hp-tag. No images.
   ═══════════════════════════════════════════════ */
.je-in{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}

/* Hero */
.je-hero{background:var(--c700);padding:40px 0;min-height:340px;display:flex;align-items:center}
.je-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;width:100%}
.je-hero-title{font-family:var(--fd);font-weight:700;font-size:48px;line-height:1.12;color:#fff;max-width:900px}
.je-hero-lead{font-family:var(--ff);font-size:16px;line-height:1.65;color:var(--c200);max-width:880px}
.je-hero-note{max-width:700px;background:var(--c600);border:1px solid var(--c400);border-radius:8px;padding:13px 20px;font-family:var(--ff);font-size:12px;color:var(--c200);text-align:center}

/* Assessment — detailed cards (featured middle) */
.je-assess{background:var(--n50);padding:44px 0}
.je-assess-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.12;color:var(--c700);text-align:center}
.je-assess-sub{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--n500);text-align:center;margin-top:12px}
.je-assess-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.je-scard{background:#fff;border:.5px solid rgba(196,190,180,.5);border-radius:10px;padding:12px 16px;min-height:200px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.je-scard.feat{background:var(--c700);border:2px solid var(--hp-gold)}
.je-scard-stage{font-family:var(--ff);font-weight:700;font-size:10px;padding:5px 12px;border-radius:12px;background:var(--c50);color:var(--c500)}
.je-scard.feat .je-scard-stage{background:var(--hp-gold);color:var(--g900)}
.je-scard-title{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--c700)}
.je-scard.feat .je-scard-title{color:#fff}
.je-scard-time{font-family:var(--ff);font-weight:500;font-size:10px;padding:4px 10px;border-radius:10px;background:var(--c50);color:var(--c500)}
.je-scard.feat .je-scard-time{background:#1d0000;color:var(--hp-gold)}
.je-scard-desc{font-family:var(--ff);font-size:12px;line-height:1.55;color:var(--n500)}
.je-scard.feat .je-scard-desc{color:var(--c200)}
.je-scard-note{font-family:var(--ff);font-weight:500;font-size:11px;line-height:1.5;color:var(--c500)}
.je-scard.feat .je-scard-note{color:var(--hp-gold)}

/* Assessment — compact recap cards */
.je-assess2{background:var(--n50);padding:8px 0 44px}
.je-assess2-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.12;color:var(--c700);text-align:center;margin-bottom:24px}
.je-assess2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.je-scard2{background:#fff;border:.5px solid var(--n200);border-radius:12px;padding:16px;min-height:200px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.je-scard2-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.je-scard2-stage{font-family:var(--ff);font-weight:700;font-size:10px;padding:5px 12px;border-radius:12px;background:var(--hp-gold);color:var(--g900)}
.je-scard2-time{font-family:var(--ff);font-weight:500;font-size:10px;padding:4px 10px;border-radius:10px;background:var(--c50);color:var(--c500)}
.je-scard2-title{font-family:var(--fd);font-weight:700;font-size:16px;color:var(--c700)}
.je-scard2-desc{font-family:var(--ff);font-size:13px;line-height:1.55;color:var(--n500)}

/* Benefits */
.je-benefits{background:var(--c900);padding:44px 0}
.je-benefits-h{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff;text-align:center;margin-bottom:32px}
.je-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 40px;max-width:1080px;margin:0 auto}
.je-benefit{font-family:var(--ff);font-weight:500;font-size:14px;color:var(--c200)}

/* Roles */
.je-roles{background:var(--n50);padding:36px 0}
.je-roles-h{font-family:var(--fd);font-weight:700;font-size:30px;color:var(--c700);text-align:center;margin-bottom:32px}
.je-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 26px}
.je-role{background:#fff;border:.5px solid var(--n200);border-radius:8px;min-height:76px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.je-role-name{font-family:var(--fd);font-weight:700;font-size:14px;color:var(--c700)}
.je-role-btn{flex-shrink:0;width:148px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:11px;border-radius:4px}
.je-role-btn:hover{background:#e6c700}

/* Application form */
.je-form-sec{background:var(--c700);padding:44px 0}
.je-form-h{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff;text-align:center;margin-bottom:17px}
.je-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:16px}
.je-field{display:flex;flex-direction:column;gap:4px}
.je-field label{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}
.je-field input{background:#fff;height:44px;border-radius:4px;padding:0 16px;font-family:var(--ff);font-size:13px;color:var(--c700);border:none}
.je-field input::placeholder{color:var(--n200)}
.je-form-submit{align-self:center;margin-top:4px;width:280px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:14px;border-radius:4px;border:none;cursor:pointer}
.je-form-submit:hover{background:#e6c700}

/* Responsive */
@media (max-width:900px){
  .je-hero-title{font-size:34px}
  .je-assess-h,.je-assess2-h,.je-benefits-h,.je-roles-h,.je-form-h{font-size:26px}
  .je-assess-grid,.je-assess2-grid,.je-roles-grid,.je-benefits-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .je-hero-title{font-size:28px}
  .je-role{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 15px}
  .je-role-btn{width:100%}
  .je-form-submit{width:100%}
}


/* ═══════════════════════════════════════════════
   43. HIRE TALENT ARCHIVE (node 200:720) · .ht-*
       Reuses .hp-tag. Images: /wp-content/uploads/talent/
   ═══════════════════════════════════════════════ */
.ht-in{width:100%;max-width:1344px;margin:0 auto;padding:0 24px}

/* Hero + search */
.ht-hero{background:var(--c700);padding:41px 0}
.ht-hero-in{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:24px}
.ht-hero .hp-tag{align-self:center}
.ht-hero-title{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1.12;color:#fff}
.ht-hero-lead{font-family:var(--ff);font-size:16px;color:var(--c200);margin-top:-10px}
.ht-search{display:flex;height:48px;width:100%;max-width:600px;background:#fff;border-radius:4px;overflow:hidden}
.ht-search input{flex:1;border:none;padding:0 16px;font-family:var(--ff);font-size:14px;color:var(--c700)}
.ht-search input::placeholder{color:var(--n200)}
.ht-search button{width:100px;flex-shrink:0;border:none;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:13px;cursor:pointer}
.ht-chips{display:flex;gap:14px;flex-wrap:wrap}
.ht-chip{background:var(--c600);border:1px solid rgba(42,69,154,.4);border-radius:13px;padding:6px 20px;font-family:var(--ff);font-weight:500;font-size:11px;color:var(--c200)}
.ht-chip:hover{color:#fff}

/* Filter bar */
.ht-filter{background:#fff;border-bottom:.5px solid var(--n200);padding:16px 0}
.ht-filter-in{display:flex;gap:10px;align-items:center;overflow-x:auto}
.ht-fpill{white-space:nowrap;flex-shrink:0;font-family:var(--ff);font-weight:500;font-size:12px;padding:7px 16px;border-radius:14px;border:1px solid var(--n200);background:#fff;color:var(--n500)}
.ht-fpill.on,.ht-fpill:hover{background:var(--c700);border-color:var(--c700);color:#fff}

/* Featured capability */
.ht-featured{background:var(--n50);padding:30px 0}
.ht-feat-card{background:var(--c700);border:2px solid var(--hp-gold);border-radius:12px;padding:24px 28px;display:flex;gap:40px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.ht-feat-copy{flex:1 1 620px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.ht-feat-tag{background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:6px 12px;border-radius:12px}
.ht-feat-title{font-family:var(--fd);font-weight:700;font-size:24px;color:#fff}
.ht-feat-desc{font-family:var(--ff);font-size:13px;line-height:1.55;color:var(--c200)}
.ht-feat-cta{background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:12px;padding:10px 16px;border-radius:4px}
.ht-feat-media{display:flex;gap:16px;align-items:center}
.ht-feat-media img{width:122px;height:122px;border-radius:11px;object-fit:cover}
.ht-feat-arrow{font-family:var(--fd);font-weight:700;font-size:30px;color:var(--hp-gold)}

/* Talent grid + card */
.ht-grid-sec{background:#fff;padding:28px 0}
.ht-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ht-card{background:#fff;border:.5px solid var(--n200);border-radius:12px;padding:17px 16px;display:flex;flex-direction:column;gap:10px}
.ht-card-hd{display:flex;gap:10px;align-items:center}
.ht-av{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--c500);display:flex;align-items:center;justify-content:center;overflow:hidden}
.ht-av span{font-family:var(--fd);font-weight:700;font-size:16px;color:#fff}
.ht-av img{width:100%;height:100%;object-fit:cover}
.ht-name{font-family:var(--ff);font-weight:500;font-size:14px;color:var(--c700)}
.ht-role{font-family:var(--ff);font-size:12px;color:var(--n500)}
.ht-badges{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.ht-cert{background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 10px;border-radius:11px;white-space:nowrap}
.ht-tier{background:var(--c500);color:#fff;font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 14px;border-radius:11px}
.ht-score{display:flex;gap:9px;align-items:baseline}
.ht-score b{font-family:var(--fd);font-weight:700;font-size:18px;color:var(--hp-gold)}
.ht-score span{font-family:var(--ff);font-size:10px;color:var(--n500)}
.ht-tags{display:flex;gap:8px;flex-wrap:wrap}
.ht-tag-v{background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:10px;padding:4px 8px;border-radius:10px}
.ht-tag-t{background:var(--n50);color:var(--n500);font-family:var(--ff);font-size:10px;padding:4px 7px;border-radius:4px}
.ht-card-cta{align-self:flex-start;margin-top:2px;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:12px;padding:7px 16px;border-radius:4px}
.ht-card-cta:hover{background:#e6c700}
.ht-empty{text-align:center;padding:48px 0;font-family:var(--ff);color:var(--n500)}

/* Role explainer */
.ht-roles{background:var(--c700);padding:48px 0}
.ht-roles.detail{padding-top:44px;padding-bottom:72px}
.ht-roles-tag{display:block;width:fit-content;margin:0 auto 14px}
.ht-roles-h{font-family:var(--fd);font-weight:700;font-size:30px;line-height:1.15;color:#fff;text-align:center}
.ht-roles-sub{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--c200);text-align:center;margin:10px auto 28px;max-width:760px}
.ht-roles-h+.ht-roles-grid{margin-top:28px}
.ht-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ht-role-card{display:flex;flex-direction:column;background:var(--c600);border:.5px solid var(--hp-line);border-radius:10px;padding:18px 16px;transition:border-color .15s,transform .15s}
a.ht-role-card:hover{border-color:rgba(245,215,10,.45);transform:translateY(-2px)}
.ht-role-card-hd{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.ht-role-cat{background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:3px 9px 4px;border-radius:10px;white-space:nowrap}
.ht-coming-soon{background:var(--c500);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:9px;padding:4px 8px;border-radius:9px;white-space:nowrap}
.ht-role-name{font-family:var(--fd);font-weight:700;font-size:15px;color:#fff;margin-bottom:6px}
.ht-role-desc{font-family:var(--ff);font-size:12px;line-height:1.5;color:var(--c200)}

/* Filter tabs are <button>s here — keep them looking like the pills */
button.ht-fpill,button.ht-chip{cursor:pointer;font:inherit}
/* [hidden] must beat the cards' display:flex/grid */
.ht-card[hidden],.ht-empty[hidden]{display:none !important}

@media (max-width:900px){
  .ht-hero-title{font-size:30px}
  .ht-grid,.ht-roles-grid{grid-template-columns:1fr}
  .ht-feat-card{flex-direction:column;align-items:flex-start}
}
@media (max-width:560px){
  .ht-hero-title{font-size:26px}
  .ht-search{max-width:100%}
}


/* ═══════════════════════════════════════════════
   44. TALENT PROFILE (node 233:2) · .tp-*
   ═══════════════════════════════════════════════ */
.tp-in{width:100%;max-width:1344px;margin:0 auto;padding:0 24px}

/* Profile hero */
.tp-hero{background:var(--c700);padding:48px 0}
.tp-hero-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}
.tp-hero-head{display:flex;gap:32px;align-items:flex-start}
.tp-av{width:120px;height:120px;flex-shrink:0;border-radius:50%;background:var(--c400);display:flex;align-items:center;justify-content:center;overflow:hidden}
.tp-av .ini{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff}
.tp-av img{width:100%;height:100%;object-fit:cover}
.tp-name{font-family:var(--fd);font-weight:700;font-size:44px;color:#fff;line-height:1.1}
.tp-role{font-family:var(--ff);font-size:17px;color:var(--c200);margin:6px 0 12px}
.tp-badges{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px}
.tp-cert{background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:12px;padding:6px 14px;border-radius:14px}
.tp-tier{background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:12px;padding:6px 16px;border-radius:14px}
.tp-oi{display:flex;gap:10px;align-items:baseline;margin-bottom:14px}
.tp-oi b{font-family:var(--fd);font-weight:700;font-size:44px;color:var(--hp-gold);line-height:1}
.tp-oi span{font-family:var(--ff);font-size:14px;color:var(--c200)}
.tp-avail{display:inline-block;background:var(--ok);color:#fff;font-family:var(--ff);font-weight:500;font-size:12px;padding:6px 16px;border-radius:14px;margin-bottom:20px}
.tp-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.tp-qstats{background:var(--c600);border-radius:8px;padding:16px 20px}
.tp-qstat{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid rgba(160,178,228,.12)}
.tp-qstat:last-child{border-bottom:none}
.tp-qstat .l{font-family:var(--ff);font-size:13px;color:var(--c200)}
.tp-qstat .v{font-family:var(--ff);font-weight:500;font-size:15px;color:#fff}

/* Expertise */
.tp-exp{background:#fff;padding:40px 0}
.tp-sec-h{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--c700);margin-bottom:24px}
.tp-exp-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.tp-lbl{font-family:var(--ff);font-weight:500;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--c400);margin:0 0 10px}
.tp-lbl+.tp-lbl,.tp-tagwrap+.tp-lbl{margin-top:24px}
.tp-tagwrap{display:flex;gap:10px;flex-wrap:wrap}
.tp-tag-v{background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:12px;padding:6px 14px;border-radius:14px}
.tp-tag-s{background:var(--n50);color:var(--n500);font-family:var(--ff);font-weight:500;font-size:13px;padding:6px 12px;border-radius:6px}
.tp-tag-t{background:var(--n50);color:var(--n500);font-family:var(--ff);font-size:13px;padding:6px 12px;border-radius:6px}

/* OI breakdown */
.tp-oib{background:var(--n50);padding:40px 0}
.tp-oib-sub{font-family:var(--ff);font-size:15px;color:var(--n500);max-width:700px;margin:-14px 0 28px}
.tp-oib-row{display:grid;grid-template-columns:280px 1fr 50px;align-items:center;gap:20px;padding:8px 0}
.tp-oib-row .nm{font-family:var(--ff);font-size:14px;color:var(--n500)}
.tp-oib-trk{height:8px;background:var(--n200);border-radius:4px;overflow:hidden}
.tp-oib-fill{height:100%;background:var(--c400);border-radius:4px}
.tp-oib-row .sc{font-family:var(--ff);font-weight:500;font-size:14px;color:var(--c700);text-align:right}

/* Engagement table */
.tp-eng{background:#fff;padding:40px 0}
.tp-eng-tbl{width:100%;border-collapse:collapse}
.tp-eng-tbl thead th{background:var(--c700);color:#fff;font-family:var(--ff);font-weight:500;font-size:12px;text-align:left;padding:11px 16px}
.tp-eng-tbl thead th:first-child{border-radius:4px 0 0 4px}
.tp-eng-tbl thead th:last-child{border-radius:0 4px 4px 0}
.tp-eng-tbl tbody td{padding:11px 16px;font-family:var(--ff);font-size:14px;color:var(--n500)}
.tp-eng-tbl tbody tr:nth-child(odd){background:var(--n50)}
.tp-eng-tbl .cl{font-weight:500}
.tp-eng-tbl .badge{background:var(--c50);color:var(--c500);font-weight:500;font-size:12px;padding:4px 12px;border-radius:4px}
.tp-eng-tbl .ok{color:var(--ok);font-weight:500}
.tp-eng-tbl .sc{color:var(--c700);font-weight:500}

/* About */
.tp-about{background:var(--n50);padding:40px 0}
.tp-about-body{max-width:820px}
.tp-about-body p{font-family:var(--ff);font-size:15px;line-height:1.7;color:var(--n500);margin-bottom:14px}

/* Similar experts */
.tp-sim{background:#fff;padding:40px 0}
.tp-sim-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tp-sim-card{background:var(--n50);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px}
.tp-sim-hd{display:flex;gap:12px;align-items:center}
.tp-sim-av{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--c400);display:flex;align-items:center;justify-content:center;font-family:var(--ff);font-weight:500;font-size:14px;color:#fff;overflow:hidden}
.tp-sim-av img{width:100%;height:100%;object-fit:cover}
.tp-sim-name{font-family:var(--ff);font-weight:500;font-size:15px;color:var(--c700)}
.tp-sim-role{font-family:var(--ff);font-size:13px;color:var(--n500)}
.tp-sim-score{display:flex;gap:8px;align-items:baseline}
.tp-sim-score b{font-family:var(--fd);font-weight:700;font-size:22px;color:var(--c700)}
.tp-sim-score span{font-family:var(--ff);font-size:11px;color:var(--n500)}
.tp-sim-cta{align-self:flex-start;background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:12px;padding:7px 16px;border-radius:6px}

@media (max-width:900px){
  .tp-hero-grid{grid-template-columns:1fr;gap:28px}
  .tp-qstats{max-width:420px}
  .tp-name{font-size:34px}
  .tp-exp-grid{grid-template-columns:1fr;gap:28px}
  .tp-sim-grid{grid-template-columns:1fr}
  .tp-oib-row{grid-template-columns:1fr;gap:6px}
  .tp-eng{overflow-x:auto}
  .tp-eng-tbl{min-width:640px}
}
@media (max-width:560px){
  .tp-hero-head{flex-direction:column;gap:16px}
  .tp-name{font-size:28px}
}


/* ═══════════════════════════════════════════════
   45. CASE STUDIES — archive (200:132) + detail (231:2) · .cs-* / .csd-*
       Grid cards reuse .hp-case-* (Section 37). Reuses .hp-tag, .ht-fpill, .hp-btn
   ═══════════════════════════════════════════════ */
.cs-in{width:100%;max-width:1344px;margin:0 auto;padding:0 24px}

/* Archive hero + stats */
.cs-hero{background:var(--c700);padding:53px 0}
.cs-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:23px}
.cs-hero-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.12;color:#fff}
.cs-hero-lead{font-family:var(--ff);font-size:15px;color:var(--c200);max-width:760px}
.cs-stats{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap}
.cs-hstat{display:flex;flex-direction:column;align-items:center;gap:3px}
.cs-hstat b{font-family:var(--fd);font-weight:700;font-size:24px}
.cs-hstat.gold b{color:var(--hp-gold)}.cs-hstat.muted b{color:var(--c200)}.cs-hstat.ok b{color:var(--ok)}
.cs-hstat span{font-family:var(--ff);font-size:11px;color:var(--c200)}
.cs-dot{width:6px;height:6px;border-radius:50%;background:var(--c400)}

/* Filter + grid */
.cs-filter{background:#fff;border-bottom:.5px solid var(--n200);padding:16px 0}
.cs-filter-in{display:flex;gap:10px;align-items:center;overflow-x:auto}
.cs-grid-sec{background:#fff;padding:30px 0}
.cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cs-empty{text-align:center;padding:48px 0;font-family:var(--ff);color:var(--n500)}

/* Mid stats bar */
.cs-statbar{background:var(--c600);padding:26px 0}

/* In-progress */
.cs-prog{background:var(--n50);padding:32px 0}
.cs-prog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.cs-prog-card{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;overflow:hidden;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}
.cs-prog-top{padding:16px 20px;display:flex;flex-direction:column;gap:6px}
.cs-prog-badge{align-self:flex-start;background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:3px 8px;border-radius:10px}
.cs-prog-txt{font-family:var(--ff);font-weight:500;font-size:13px;line-height:1.55;color:var(--c200)}
.cs-prog-foot{background:rgba(42,69,154,.4);padding:18px 20px;font-family:var(--ff);font-weight:500;font-size:12px;color:#fff}

/* CTA (shared by archive + detail) */
.cs-cta{background:var(--c900);padding:40px 0}
.cs-cta-inner{display:flex;flex-direction:column;align-items:center;gap:16px}
.cs-cta-h{font-family:var(--fd);font-weight:700;font-size:28px;color:#fff;text-align:center}

/* ─── Detail ─── */
.csd-hero{background:var(--c700);padding:48px 0}
.csd-hero-grid{display:grid;grid-template-columns:1fr 432px;gap:40px;align-items:start}
.csd-tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}
.csd-tag{background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:11px;padding:5px 14px;border-radius:12px}
.csd-client{font-family:var(--ff);font-size:22px;color:var(--c200);margin-bottom:8px}
.csd-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.12;color:#fff;margin-bottom:28px}
.csd-metrics{display:flex;gap:56px;flex-wrap:wrap;margin-bottom:20px}
.csd-metric{display:flex;flex-direction:column;gap:4px}
.csd-metric b{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--hp-gold)}
.csd-metric span{font-family:var(--ff);font-size:14px;color:var(--c200)}
.csd-stage{display:inline-block;background:var(--ok);color:#fff;font-family:var(--ff);font-weight:500;font-size:12px;padding:5px 14px;border-radius:4px}
.csd-hero-img{width:100%;height:360px;border-radius:8px;overflow:hidden;background:var(--c600)}
.csd-hero-img img{width:100%;height:100%;object-fit:cover}

.csd-h{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--c700);margin-bottom:20px}
.csd-h.light{color:#fff}
.csd-sub{font-family:var(--ff);font-size:17px;color:var(--c200);margin:-12px 0 24px}

.csd-challenge{background:#fff;padding:48px 0}
.csd-challenge p{font-family:var(--ff);font-size:16px;line-height:1.7;color:var(--n500);max-width:1040px}

.csd-agents{background:#fff;padding:0 0 48px}
.csd-agents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.csd-agent{background:var(--c700);border-radius:8px;padding:12px;min-height:160px;display:flex;flex-direction:column;gap:8px}
.csd-agent-num{align-self:flex-start;background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:11px;padding:4px 9px;border-radius:4px}
.csd-agent-name{font-family:var(--ff);font-weight:500;font-size:17px;color:#fff}
.csd-agent-desc{font-family:var(--ff);font-size:14px;line-height:1.55;color:var(--c200)}

.csd-kpi{background:var(--c700);padding:48px 0}
.csd-kpi-rows{display:flex;flex-direction:column;gap:8px;max-width:1000px}
.csd-kpi-row{display:grid;grid-template-columns:2fr 1.6fr 1.4fr 1.2fr;align-items:center;gap:12px;background:var(--c600);border-radius:6px;padding:12px 16px}
.csd-kpi-row .nm{font-family:var(--ff);font-weight:500;font-size:15px;color:#fff}
.csd-kpi-row .tg{font-family:var(--ff);font-size:15px;color:var(--c200)}
.csd-kpi-row .rs{font-family:var(--ff);font-weight:500;font-size:15px;color:var(--hp-gold)}
.csd-kpi-row .st{font-family:var(--ff);font-size:15px;color:var(--ok)}

.csd-timeline{background:var(--n50);padding:48px 0}
.csd-tl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.csd-tl-card{background:#fff;border-radius:8px;border-top:4px solid var(--hp-gold);padding:20px 16px;min-height:200px}
.csd-tl-title{font-family:var(--fd);font-weight:700;font-size:22px;color:var(--c700);margin-bottom:6px}
.csd-tl-days{font-family:var(--ff);font-weight:500;font-size:13px;color:var(--c400);margin-bottom:10px}
.csd-tl-desc{font-family:var(--ff);font-size:14px;line-height:1.55;color:var(--n500)}

.csd-outcome{background:var(--n50);padding:48px 0}
.csd-outcome-body{max-width:1000px}
.csd-outcome-body p{font-family:var(--ff);font-size:16px;line-height:1.7;color:var(--n500);margin-bottom:14px}

@media (max-width:900px){
  .cs-hero-title{font-size:32px}
  .cs-grid,.cs-prog-grid,.csd-agents-grid,.csd-tl-grid{grid-template-columns:1fr}
  .csd-hero-grid{grid-template-columns:1fr;gap:24px}
  .csd-title,.cs-cta-h{font-size:26px}
  .csd-kpi-row{grid-template-columns:1fr 1fr;gap:6px}
}
@media (max-width:560px){
  .cs-hero-title{font-size:26px}
  .cs-stats{gap:20px}.cs-dot{display:none}
  .csd-metrics{gap:24px}
}


/* ═══════════════════════════════════════════════
   46. PODCAST — archive (200:1678) + episode (232:2) · .pod-* / .pode-*
       Archive hero reuses .hp-pod-* (Section 37). Reuses .hp-tag, .ht-fpill
   ═══════════════════════════════════════════════ */
.pod-in{width:100%;max-width:1344px;margin:0 auto;padding:0 24px}

/* Archive hero (Wisdom Over Hustle) */
.pod-hero{background:var(--c900);padding:48px 0}

/* Filter + grid */
.pod-filter{background:#fff;border-bottom:.5px solid var(--n200);padding:16px 0}
.pod-filter-in{display:flex;gap:10px;align-items:center;overflow-x:auto}
.pod-grid-sec{background:#fff;padding:27px 0}
.pod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pod-empty{text-align:center;padding:48px 0;font-family:var(--ff);color:var(--n500)}

/* Episode card */
/* card 400×224 · badges y29 · title y69 (+18) · guest y123 (+14) · buttons y157 (+17), 35 from bottom */
.pod-card{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:28px 20px 35px;min-height:224px;display:flex;flex-direction:column}
.pod-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}
.pod-card-badges{display:flex;gap:8px;align-items:center}
.pod-num{background:var(--c500);color:#fff;font-family:var(--ff);font-weight:700;font-size:10px;padding:5px 11px;border-radius:11px}
.pod-topic{background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:5px 8px;border-radius:11px;white-space:nowrap}
.pod-dur{font-family:var(--ff);font-size:11px;color:var(--c200);white-space:nowrap}
.pod-card-title{margin-top:18px;font-family:var(--fd);font-weight:700;font-size:14px;line-height:1.3;color:#fff}
.pod-card-guest{margin-top:14px;font-family:var(--ff);font-size:12px;color:var(--c200)}
.pod-card-btns{display:flex;gap:12px;margin-top:auto;padding-top:17px}
.pod-listen{background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:12px;padding:8px 26px;border-radius:4px}
.pod-listen:hover{background:#e6c700}
.pod-watch{background:var(--c600);border:1px solid rgba(42,69,154,.5);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:12px;padding:8px 24px;border-radius:4px}
.pod-watch:hover{color:#fff}

/* Differentiators */
.pod-diff{background:var(--c700);padding:44px 0}
.pod-diff-h{font-family:var(--fd);font-weight:700;font-size:32px;color:#fff;text-align:center;margin-bottom:18px}
.pod-diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pod-diff-card{background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:19px 16px;min-height:160px;display:flex;flex-direction:column;gap:21px}
.pod-diff-emoji{font-size:24px;line-height:1}
.pod-diff-t{font-family:var(--fd);font-weight:700;font-size:14px;line-height:1.3;color:#fff}
.pod-diff-d{font-family:var(--ff);font-size:12px;line-height:1.55;color:var(--c200)}

/* ═══════ Episode single — EXACT Figma geometry (node 232:2, 1440 canvas / 1248 content) ═══════ */
.pode-in{width:100%;max-width:1296px;margin:0 auto;padding:0 24px}   /* → 1248 content */

/* Hero (h480 · pt80 · art 320 + 52 gap + 880 col) */
.pode-hero{background:var(--c700);padding:80px 0 24px}
.pode-hero-grid{display:grid;grid-template-columns:320px minmax(0,880px);gap:52px;align-items:start;justify-content:start}
.pode-art{width:320px;height:320px;border-radius:12px;overflow:hidden;background:var(--c600);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pode-art img{width:100%;height:100%;object-fit:cover}
.pode-art .ph{font-family:var(--fd);font-weight:700;font-size:28px;line-height:1.21;color:#fff;text-align:center;padding:0 40px}
.pode-meta{display:flex;align-items:center;gap:8px;height:22px}
.pode-badge{height:22px;display:inline-flex;align-items:center;padding:0 11px;background:var(--c600);border-radius:4px;font-family:var(--ff);font-weight:500;font-size:11px;color:var(--c200);white-space:nowrap}
.pode-badge.topic{border-radius:11px;padding:0 12px}
.pode-dur{margin-left:16px;font-family:var(--ff);font-size:13px;color:var(--c200);white-space:nowrap}
.pode-title{margin-top:18px;font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.2;color:#fff}
.pode-desc{margin-top:14px;font-family:var(--ff);font-size:17px;line-height:1.3;color:var(--c200)}
.pode-hostlbl{margin-top:36px;font-family:var(--ff);font-size:13px;color:var(--c200)}
.pode-h.spaced{margin-top:40px}
.pode-host{margin-top:7px;display:flex;align-items:center;gap:12px}
.pode-host-av{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--c400);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--ff);font-weight:500;font-size:13px;color:#fff}
.pode-host-av img{width:100%;height:100%;object-fit:cover}
.pode-host-name{font-family:var(--ff);font-weight:500;font-size:15px;line-height:1.33;color:#fff}
.pode-host-title{font-family:var(--ff);font-size:13px;line-height:1.3;color:var(--c200)}
.pode-plats{margin-top:36px;display:flex;gap:12px;flex-wrap:wrap}
.pode-plat{width:128px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:var(--c600);border-radius:6px;font-family:var(--ff);font-weight:500;font-size:13px;color:var(--c200)}
.pode-plat:hover{color:#fff}

/* Video embed (replaces Figma's audio Player Bar — videos live on YouTube) */
.pode-embed-sec{background:var(--c900);padding:32px 0}
.pode-embed{max-width:960px;margin:0 auto;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}
.pode-embed iframe{width:100%;height:100%;border:0;display:block}

/* Key data (h260 · heading y36 · 4 cards 300×120 @320 pitch, y88) */
.pode-kd{background:#fff;padding:36px 0 52px}
.pode-h{font-family:var(--fd);font-weight:700;font-size:22px;line-height:1.2;color:var(--c700)}
.pode-kd-grid{margin-top:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pode-kd-card{position:relative;background:#fff;border:.5px solid var(--n200);border-radius:8px;min-height:120px;padding:20px;overflow:hidden}
.pode-kd-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--hp-gold)}
.pode-kd-v{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.19;color:var(--c700)}
.pode-kd-l{margin-top:6px;font-family:var(--ff);font-size:14px;line-height:1.3;color:var(--n500)}

/* Episode breakdown (h480 · heading y48 32px · rows 700×50 @58 pitch from y100) */
.pode-bd{background:#fff;padding:48px 0 40px}
.pode-bd-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.19;color:var(--c700)}
.pode-bd-list{margin-top:14px;max-width:700px;display:flex;flex-direction:column;gap:8px}
.pode-bd-row{display:grid;grid-template-columns:64px minmax(0,1fr);min-height:50px;padding:8px 16px;border-radius:6px}
.pode-bd-row:nth-child(odd){background:var(--n50)}
.pode-bd-ts{font-family:var(--ff);font-weight:500;font-size:13px;line-height:1.3;color:var(--c400)}
.pode-bd-ts:hover{color:var(--c500);text-decoration:underline}
.pode-bd-t{font-family:var(--ff);font-weight:500;font-size:15px;line-height:1.33;color:var(--c700)}
.pode-bd-d{font-family:var(--ff);font-size:13px;line-height:1.3;color:var(--n500)}

/* Guest bio (h220 · heading y36 · card 800×120 y80) */
.pode-guest{background:var(--n50);padding:36px 0 20px}
.pode-guest-card{margin-top:18px;max-width:800px;min-height:120px;background:#fff;border-radius:8px;padding:16px;display:flex;gap:16px;align-items:flex-start}
.pode-guest-av{width:88px;height:88px;flex-shrink:0;border-radius:50%;background:var(--c400);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:700;font-size:24px;color:#fff}
.pode-guest-av img{width:100%;height:100%;object-fit:cover}
.pode-guest-txt{padding-top:4px}
.pode-guest-name{font-family:var(--ff);font-weight:500;font-size:17px;line-height:1.3;color:var(--c700)}
.pode-guest-title{margin-top:2px;font-family:var(--ff);font-size:14px;line-height:1.3;color:var(--c400)}
.pode-guest-bio{margin-top:6px;max-width:660px;font-family:var(--ff);font-size:14px;line-height:1.3;color:var(--n500)}

/* Full transcript (h140 · heading y36 · toggle 200×40 y80) */
.pode-tr{background:var(--n50);padding:36px 0 20px}
.pode-tr-box{margin-top:0}
.pode-tr-box summary{margin-top:18px;width:200px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--n200);border-radius:6px;font-family:var(--ff);font-weight:500;font-size:14px;color:var(--c700);cursor:pointer;list-style:none;transition:all .15s}
.pode-tr-box summary::-webkit-details-marker{display:none}
.pode-tr-box summary:hover{border-color:var(--c400);color:var(--c500)}
.pode-tr-box[open] summary{margin-bottom:4px}
.pode-tr-body{margin-top:16px;max-width:900px}
.pode-tr-body p{font-family:var(--ff);font-size:15px;line-height:1.7;color:var(--n500);margin-bottom:12px}

/* Related (h360 · heading y36 32px · 3 cards 400×224 @420 pitch, y92) */
.pode-related{background:#fff;padding:36px 0 44px}
.pode-related .pode-h{font-size:32px;line-height:1.19}
.pode-rel-grid{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

@media (max-width:900px){
  .pod-grid,.pod-diff-grid,.pode-rel-grid{grid-template-columns:1fr}
  .pode-kd-grid{grid-template-columns:repeat(2,1fr)}
  .pode-hero{padding:48px 0 24px}
  .pode-hero-grid{grid-template-columns:1fr;gap:28px}
  .pode-art{width:100%;max-width:320px;height:auto;aspect-ratio:1}
  .pode-title{font-size:30px}
  .pode-bd-h,.pode-related .pode-h{font-size:26px}
  .pod-diff-h{font-size:26px}
  .pode-hostlbl,.pode-plats{margin-top:24px}
}
@media (max-width:560px){
  .pode-title{font-size:26px}
  .pode-desc{font-size:15px;line-height:1.5}
  .pode-kd-grid{grid-template-columns:1fr}
  .pode-plat{width:100%}
  .pode-guest-card{flex-direction:column}
  .pode-bd-row{grid-template-columns:1fr;gap:2px}
}


/* ═══════════════════════════════════════════════
   47. ROLE LANDING (node 200:1503) · .role-*
       Taxonomy template. Reuses .hp-tag, .hp-btn, .ht-card, .vf-faq
   ═══════════════════════════════════════════════ */
.role-in{width:100%;max-width:1344px;margin:0 auto;padding:0 24px}

/* Hero */
.role-hero{position:relative;background:var(--c700);overflow:hidden;padding:64px 0}
.role-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;z-index:0}
.role-hero-inner{position:relative;z-index:1;max-width:720px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.role-crumb{font-family:var(--ff);font-size:12px;color:var(--c200)}
.role-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.12;color:#fff}
.role-desc{font-family:var(--ff);font-size:15px;line-height:1.6;color:var(--c200);max-width:700px}

/* What they deliver + tools (Figma y566 · cols 450 | gap 247 | 537 in a 1234 wrap) */
.role-deliver{background:var(--n50);padding:48px 0}
.role-deliver-wrap{max-width:1234px;margin:0 auto}
.role-deliver-grid{display:grid;grid-template-columns:450px 537px;justify-content:space-between;gap:32px}
.role-col-h{font-family:var(--fd);font-weight:700;font-size:24px;line-height:1.2;color:var(--c700);margin-bottom:13px}
.role-deliver-list{display:flex;flex-direction:column;gap:13px}
.role-deliver-item{font-family:var(--ff);font-size:14px;line-height:1.3;color:var(--n500)}
.role-tools{display:flex;gap:12px;flex-wrap:wrap}
.role-tool{height:28px;display:inline-flex;align-items:center;background:#eae1d1;color:var(--c700);font-family:var(--ff);font-weight:500;font-size:13px;padding:0 16px;border-radius:14px}

/* Available experts (Figma y847 · wrap 1294 · cards 416×220 @439 pitch) */
.role-experts{background:#fff;padding:59px 0 59px}
.role-experts-wrap{max-width:1294px;margin:0 auto}
.role-experts-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.19;color:var(--c700)}
.role-experts-sub{font-family:var(--ff);font-size:15px;line-height:1.65;color:var(--n500);margin:6px 0 18px;max-width:1248px}
.role-experts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}
.role-empty{font-family:var(--ff);color:var(--n500);padding:24px 0}

/* Role expert card — distinct from the Hire Talent card.
   Inner column is 208px; rows sit on a clean 12px rhythm
   (44 → 56 → 88 → 122 → 154, inner height 188). */
.role-expert{background:#fff;border:.5px solid var(--n200);border-radius:12px;min-height:220px;padding:17px 16px 15px}
.role-expert-in{width:208px;max-width:100%;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.role-expert-hd{display:flex;gap:12px;align-items:flex-start;width:100%;min-height:44px}
.role-expert-av{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--c500);display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:var(--ff);font-weight:500;font-size:14px;color:#fff}
.role-expert-av img{width:100%;height:100%;object-fit:cover}
.role-expert-name{font-family:var(--ff);font-weight:500;font-size:15px;line-height:1.2;color:var(--c700)}
.role-expert-cert{display:inline-flex;align-items:center;height:20px;margin-top:4px;background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:10px;padding:0 8px;border-radius:10px;white-space:nowrap}
.role-expert-tier{display:inline-flex;align-items:center;height:20px;background:var(--c500);color:#fff;font-family:var(--ff);font-weight:500;font-size:10px;padding:0 8px;border-radius:10px}
.role-expert-score{display:flex;align-items:baseline;gap:8px}
.role-expert-score b{font-family:var(--fd);font-weight:700;font-size:18px;line-height:1.2;color:var(--c700)}
.role-expert-score span{font-family:var(--ff);font-size:11px;color:var(--n500)}
.role-expert-tags{display:flex;gap:10px;flex-wrap:wrap}
.role-expert-tags span{display:inline-flex;align-items:center;height:20px;background:var(--c50);color:var(--c500);font-family:var(--ff);font-weight:500;font-size:10px;padding:0 8px;border-radius:10px}
.role-expert-cta{width:144px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:12px;border-radius:4px}
.role-expert-cta:hover{background:#e6c700}

/* Case study note */
.role-casenote{background:var(--n50);padding:40px 0}
.role-casenote-h{font-family:var(--fd);font-weight:700;font-size:24px;color:var(--c700);margin-bottom:14px}
.role-casenote-box{background:#fff;border:.5px solid var(--n200);border-left:4px solid var(--hp-gold);border-radius:8px;padding:20px;font-family:var(--ff);font-size:14px;line-height:1.6;color:var(--n500);max-width:900px}

@media (max-width:900px){
  .role-title{font-size:32px}
  .role-deliver-grid{grid-template-columns:1fr;gap:32px}
  .role-experts-grid{grid-template-columns:1fr}
  .role-experts-h{font-size:26px}
}
@media (max-width:560px){
  .role-title{font-size:26px}
}


/* ═══════════════════════════════════════════════
   48. BLOG — archive (200:3) + post (230:2) · .blog-* / .barti-*
       Post body reuses .art-body / .toc / .callout (Section 24)
   ═══════════════════════════════════════════════ */
.blog-in{width:100%;max-width:1392px;margin:0 auto;padding:0 24px}

/* Archive hero + search */
.blog-hero{background:var(--c700);padding:40px 0}
.blog-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}
.blog-hero-title{font-family:var(--fd);font-weight:700;font-size:40px;line-height:1.12;color:#fff}
.blog-hero-lead{font-family:var(--ff);font-size:15px;line-height:1.55;color:var(--c200);max-width:720px}
.blog-search{display:flex;width:100%;max-width:500px;height:44px;background:#fff;border-radius:4px;overflow:hidden;margin-top:4px}
.blog-search input{flex:1;border:none;padding:0 16px;font-family:var(--ff);font-size:14px;color:var(--c700)}
.blog-search input::placeholder{color:var(--n200)}
.blog-search button{width:88px;flex-shrink:0;border:none;background:var(--hp-gold);color:var(--g900);font-family:var(--ff);font-weight:500;font-size:13px;cursor:pointer}

/* Filter */
.blog-filter{background:#fff;border-bottom:.5px solid var(--n200);padding:16px 0}
.blog-filter-in{display:flex;gap:10px;align-items:center;overflow-x:auto}

/* Grid + card */
.blog-grid-sec{background:#fff;padding:34px 0}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 24px}
.blog-empty{text-align:center;padding:48px 0;font-family:var(--ff);color:var(--n500)}
.blog-card{display:flex;flex-direction:column;background:#fff;border:.5px solid var(--n200);border-radius:12px;overflow:hidden;transition:transform .15s,box-shadow .15s}
.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(6,14,37,.08)}
.blog-card-img{width:100%;height:128px;background:var(--c600) center/cover no-repeat}
.blog-card-body{display:flex;flex-direction:column;gap:14px;padding:14px 12px 16px}
.blog-cat{align-self:flex-start;background:var(--hp-tagd-bg);color:var(--hp-gold);font-family:var(--ff);font-weight:500;font-size:10px;padding:4px 8px;border-radius:10px}
.blog-card-title{font-family:var(--fd);font-weight:700;font-size:13px;line-height:1.3;color:var(--c700)}
.blog-card-meta{font-family:var(--ff);font-size:11px;color:var(--n200)}

/* ─── Article (post) ─── */
.barti-hero{background:var(--c700);padding:40px 0}
.barti-hero-grid{display:grid;grid-template-columns:1fr 432px;gap:48px;align-items:start}
.barti-cat{display:inline-block;background:var(--c600);color:var(--c200);font-family:var(--ff);font-weight:500;font-size:11px;padding:5px 14px;border-radius:12px;margin-bottom:16px}
.barti-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.15;color:#fff;margin-bottom:16px}
.barti-sub{font-family:var(--ff);font-size:17px;line-height:1.5;color:var(--c200);margin-bottom:28px;max-width:800px}
.barti-author{display:flex;gap:12px;align-items:center}
.barti-author-av{width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--c400);overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:var(--ff);font-weight:500;font-size:14px;color:#fff}
.barti-author-av img{width:100%;height:100%;object-fit:cover}
.barti-author-name{font-family:var(--ff);font-weight:500;font-size:15px;color:#fff}
.barti-author-meta{font-family:var(--ff);font-size:13px;color:var(--c200)}
.barti-hero-img{width:100%;height:320px;border-radius:8px;overflow:hidden;background:var(--c600)}
.barti-hero-img img{width:100%;height:100%;object-fit:cover}

.toc-links{display:flex;flex-direction:column}
.barti-body-sec{background:#fff;padding:48px 0}
.barti-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;align-items:start}
.barti-related{background:var(--n50);padding:48px 0}
.barti-related-h{font-family:var(--fd);font-weight:700;font-size:32px;color:var(--c700);margin-bottom:24px}

@media (max-width:900px){
  .blog-hero-title{font-size:30px}
  .blog-grid{grid-template-columns:1fr}
  .barti-hero-grid{grid-template-columns:1fr;gap:24px}
  .barti-title{font-size:30px}
  .barti-layout{grid-template-columns:1fr;gap:32px}
  .barti-layout .toc{display:none}
}
@media (max-width:560px){
  .blog-hero-title{font-size:24px}
  .barti-title{font-size:26px}
}


/* ═══════════════════════════════════════════════
   49. CONTACT FORM 7 THEME-MATCH + CONTACT PAGE · .zv-contact-*
       Styles CF7 output to the Zavops design (works on light or dark bg)
   ═══════════════════════════════════════════════ */

/* ── Contact Form 7 controls ── */
.wpcf7 form.wpcf7-form{display:flex;flex-direction:column;gap:16px}
.wpcf7-form p{margin:0;display:flex;flex-direction:column;gap:4px}
.wpcf7 label{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--n500);display:flex;flex-direction:column;gap:4px}
.wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio):not(.wpcf7-checkbox){
  width:100%;background:#fff;border:1px solid var(--n200);border-radius:4px;
  padding:12px 16px;min-height:44px;font-family:var(--ff);font-size:14px;color:var(--c700)}
textarea.wpcf7-form-control{min-height:120px;resize:vertical}
.wpcf7-form-control::placeholder{color:var(--n200)}
.wpcf7-form-control:focus{outline:none;border-color:var(--c400)}
select.wpcf7-form-control{-webkit-appearance:auto;appearance:auto}
.wpcf7-submit{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;
  background:var(--hp-gold);color:var(--g900);border:none;border-radius:4px;padding:15px 39px;
  font-family:var(--ff);font-weight:500;font-size:14px;cursor:pointer;transition:background .15s}
.wpcf7-submit:hover{background:#e6c700}
.wpcf7-not-valid{border-color:#d33 !important}
.wpcf7-not-valid-tip{color:#d33;font-size:12px;font-weight:400;margin-top:2px}
.wpcf7-response-output{border-radius:6px !important;padding:12px 16px !important;margin:8px 0 0 !important;
  font-family:var(--ff);font-size:14px;border-width:1px !important}
.wpcf7-spinner{margin:0 0 0 10px}

/* Newsletter CTA form styled for CF7 (inline row) */
.nl .wpcf7{max-width:480px;margin:0 auto}
.nl .wpcf7 form.wpcf7-form{flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:8px}
.nl .wpcf7-form p{flex:1 1 220px;min-width:220px}
.nl .wpcf7-form-control-wrap{display:block;width:100%}
.nl .wpcf7-submit{align-self:flex-start;padding:12px 24px}
.nl .wpcf7-response-output{flex:1 1 100%;color:#fff}

/* ── Join as Expert — Contact Form 7 form ──
   Matches the Figma form (node 200:1213): label 12px c200, white 44px field,
   gold 280×52 submit. The :not() chain mirrors the generic rule above so this
   scoped version wins on specificity rather than needing !important. */
.je-form-sec .wpcf7{max-width:600px;margin:0 auto}
.je-form-sec .wpcf7 form.wpcf7-form{display:flex;flex-direction:column;gap:16px}
.je-form-sec .wpcf7-form p{margin:0;display:flex;flex-direction:column;gap:16px}
.je-form-sec .je-field{display:flex;flex-direction:column;gap:4px}
.je-form-sec .je-field label{font-family:var(--ff);font-weight:500;font-size:12px;color:var(--c200)}
.je-form-sec .wpcf7-form-control-wrap{display:block;width:100%}
.je-form-sec .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio):not(.wpcf7-checkbox){
  width:100%;height:44px;min-height:0;background:#fff;border:none;border-radius:4px;
  padding:0 16px;font-family:var(--ff);font-size:13px;color:var(--c700)}
.je-form-sec .wpcf7-form-control::placeholder{color:var(--n200)}
.je-form-sec .wpcf7-form-control:focus{outline:2px solid var(--hp-gold);outline-offset:1px}
.je-form-sec .wpcf7-submit{
  align-self:center;width:280px;height:52px;padding:0;border:none;border-radius:4px;
  background:var(--hp-gold);color:var(--g900);
  font-family:var(--ff);font-weight:500;font-size:14px;cursor:pointer;transition:background .15s}
.je-form-sec .wpcf7-submit:hover{background:#e6c700}
.je-form-sec .wpcf7-not-valid{outline:2px solid #ff8f8f}
.je-form-sec .wpcf7-not-valid-tip{color:#ffb4b4;font-size:12px;font-weight:400;margin-top:4px}
.je-form-sec .wpcf7-response-output{
  border-color:rgba(255,255,255,.25) !important;color:var(--c200);
  border-radius:6px !important;padding:12px 16px !important;margin:8px 0 0 !important}
.je-form-sec .wpcf7-spinner{margin:0 auto}

/* Request-introduction context line on the Contact page */
.zv-contact-ref{background:var(--c50);border-left:3px solid var(--c400);border-radius:6px;padding:10px 14px;margin-bottom:18px;font-family:var(--ff);font-size:14px;color:var(--c500)}
.zv-contact-ref strong{font-weight:500;color:var(--c700)}

/* ── Contact: "What happens next" ── */
.zv-next{background:#fff;padding:56px 0}
.zv-next-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.15;color:var(--c700);text-align:center}
.zv-next-sub{font-family:var(--ff);font-size:15px;color:var(--n500);text-align:center;max-width:640px;margin:10px auto 0}
.zv-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.zv-next-card{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.zv-next-n{width:48px;height:48px;border-radius:50%;background:var(--c700);border:2px solid var(--hp-gold);display:flex;align-items:center;justify-content:center;font-family:var(--fd);font-weight:700;font-size:18px;color:var(--hp-gold)}
.zv-next-t{font-family:var(--fd);font-weight:700;font-size:16px;line-height:1.3;color:var(--c700)}
.zv-next-d{font-family:var(--ff);font-size:14px;line-height:1.6;color:var(--n500)}

/* ── Contact: quick routes ── */
.zv-routes{background:var(--c700);padding:56px 0}
.zv-routes-h{font-family:var(--fd);font-weight:700;font-size:32px;line-height:1.15;color:#fff;text-align:center;margin-bottom:32px}
.zv-routes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.zv-route{display:flex;flex-direction:column;gap:8px;align-items:flex-start;background:var(--c600);border:.5px solid var(--hp-line);border-radius:12px;padding:22px;transition:transform .15s,border-color .15s}
.zv-route:hover{transform:translateY(-2px);border-color:rgba(245,215,10,.45)}
.zv-route-t{font-family:var(--fd);font-weight:700;font-size:17px;line-height:1.25;color:#fff}
.zv-route-d{font-family:var(--ff);font-size:13px;line-height:1.55;color:var(--c200)}
.zv-route-cta{margin-top:auto;padding-top:10px;font-family:var(--ff);font-weight:500;font-size:13px;color:var(--hp-gold)}

@media (max-width:900px){
  .zv-next-h,.zv-routes-h{font-size:26px}
  .zv-next-grid,.zv-routes-grid{grid-template-columns:1fr}
}

/* ── Contact page ── */
.zv-contact-hero{background:var(--c700);padding:56px 0;text-align:center}
.zv-contact-title{font-family:var(--fd);font-weight:700;font-size:44px;line-height:1.12;color:#fff;margin-bottom:12px}
.zv-contact-lead{font-family:var(--ff);font-size:16px;line-height:1.6;color:var(--c200);max-width:640px;margin:0 auto}
.zv-contact{background:var(--n50);padding:56px 0}
.zv-contact-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:start}
.zv-contact-form h2{font-family:var(--fd);font-weight:700;font-size:24px;color:var(--c700);margin-bottom:20px}
.zv-contact-info{background:#fff;border:.5px solid var(--n200);border-radius:12px;padding:24px}
.zv-contact-info .item{padding:12px 0;border-bottom:1px solid var(--n100)}
.zv-contact-info .item:last-child{border-bottom:none}
.zv-contact-info .lbl{font-family:var(--ff);font-weight:500;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--c400);margin-bottom:4px}
.zv-contact-info .val{font-family:var(--ff);font-size:15px;color:var(--c700)}
.zv-contact-info .val a{color:var(--c500)}

@media (max-width:900px){
  .zv-contact-title{font-size:32px}
  .zv-contact-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width:560px){
  .zv-contact-title{font-size:26px}
}


/* ═══════════════════════════════════════════════════════════════════════
   99. FLUID RESPONSIVE LAYER — 0 to 4K and beyond
   ═══════════════════════════════════════════════════════════════════════

   Supersedes the fixed breakpoint ladder above. Sizing is continuous via
   clamp(), so there is no width at which the layout is untested — a value at
   734px is simply the value at 733px plus a hair, rather than a jump to the
   next device bucket. Discrete breakpoints remain only where the layout
   genuinely has to change shape (column counts, nav collapse).

   Above 1920px the content spans the viewport instead of sitting in a fixed
   column, so ultrawide screens do not fill up with empty side margin.

   Audited at 320 · 360 · 390 · 414 · 480 · 600 · 768 · 834 · 1024 · 1180 ·
   1280 · 1440 · 1920 · 2560 · 3840.
   ═══════════════════════════════════════════════════════════════════════ */

:root{
  /* Gutter, continuous: 16px at 320 → 96px at 1440, then held. */
  --pad:clamp(16px, 7.14vw - 6.86px, 96px);
  --max:1248px;
}


/* ── Overflow guards ───────────────────────────────────────────────────
   body has overflow-x:hidden, which hides a sideways overflow rather than
   fixing it — anything past the edge is simply unreachable. These rules stop
   the overflow happening in the first place. */

/* A grid or flex child defaults to min-width:auto, so one long word or a wide
   child refuses to shrink and pushes the whole row out. */
.container > *,
.nav-bar > *,
[class*="-grid"] > *,
[class*="g2"] > *, [class*="g3"] > *, [class*="g4"] > *{
  min-width:0;
}

img,svg,video,canvas,iframe,embed,object{max-width:100%}
img,video{height:auto}

/* Long URLs, emails and unbroken strings are the usual mobile culprits. */
p,li,dd,dt,h1,h2,h3,h4,h5,h6,blockquote,figcaption,label,summary,td,th{
  overflow-wrap:break-word;
}
pre,code,kbd,samp{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word}
table{max-width:100%}

/* Anything explicitly scrollable sideways should not also be a scroll trap. */
[class*="filter-in"],[class*="filter-pills"]{
  scrollbar-width:thin;overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
}


/* ── Navigation ────────────────────────────────────────────────────────
   The desktop bar is a logo, four mega-menu items and three buttons. That
   stops fitting well before the old 768px collapse point — at 834px the
   buttons alone hung 168px past the edge — so the toggle now takes over at
   1024px, where the row genuinely runs out of room. */
@media (max-width:1024px){
  .nav-toggle{display:block;order:3;margin-left:8px}
  .nav-logo{margin-right:auto}

  .nav-primary{
    display:none;position:absolute;top:100%;left:0;right:0;
    background:var(--c900);flex-direction:column;align-items:stretch;
    padding:12px var(--pad) 20px;
    z-index:999;box-shadow:0 16px 48px rgba(6,14,37,.5);
    max-height:calc(100dvh - 100%);overflow-y:auto;
  }
  .nav-primary.open{display:flex}
  .nav-item>a{padding:12px 0}
  .nav-item.has-dd>a::after{float:right}

  .mega{
    position:static;transform:none;opacity:1;visibility:visible;
    pointer-events:none;box-shadow:none;border-top:none;background:transparent;
    max-height:0;overflow:hidden;transition:max-height .25s ease;
  }
  .nav-item.has-dd.dd-open>.mega{pointer-events:auto;max-height:1200px}
  .mega-in{grid-template-columns:1fr;gap:16px;padding:4px 0 12px 10px;max-width:100%}
  .mega-grid,.mega-grid.two{grid-template-columns:1fr;gap:2px}
  .mega-label{margin-bottom:8px}
  .mega-link{padding:9px 10px}
  .mega-link .d{display:none}
  .mega-feat{display:none}

  .nav-actions{order:2;gap:8px;flex-wrap:nowrap;margin-left:0}
}

/* Below 720px the two secondary buttons cannot share the bar with the logo and
   the toggle. They are hidden here and shown inside the open menu instead
   (.nav-cta-mobile), so nothing becomes unreachable. */
@media (max-width:720px){
  .nav-actions .btn-outline{display:none}
  .nav-actions{gap:6px}
  .nav-actions .btn{padding:7px 14px;font-size:13px;white-space:nowrap}
}
@media (max-width:400px){
  .nav-actions .btn{padding:6px 11px;font-size:12px}
  .nav-logo-img,.nav-logo .custom-logo{height:24px}
}

/* Menu-only duplicates of the action buttons. */
.nav-cta-mobile{display:none}
@media (max-width:720px){
  .nav-cta-mobile{
    display:flex;flex-direction:column;gap:10px;
    margin-top:14px;padding-top:16px;
    border-top:1px solid rgba(160,178,228,.2);
  }
  .nav-cta-mobile .btn{width:100%;justify-content:center;text-align:center}
}


/* ── Footer ────────────────────────────────────────────────────────────
   Three fixed columns overflowed between 601px and 768px. auto-fit means the
   count follows the space available, at every width rather than at three. */
.ft-cols{
  grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));
  gap:clamp(20px,3vw,36px);
}
@media (max-width:600px){
  .ft-cols{grid-template-columns:1fr}
}

.ft-grid{gap:clamp(24px,4vw,48px)}
.ft-btm{flex-wrap:wrap;gap:10px}


/* ── Fluid type ────────────────────────────────────────────────────────
   Headings scale with the viewport instead of stepping at each breakpoint. */
.hero h1{font-size:clamp(26px,5.2vw,52px);line-height:1.15}
.sec-hd h2{font-size:clamp(21px,2.9vw,34px)}
.hero p,.hero-sub{font-size:clamp(15px,1.2vw,18px)}

/* Wrapping rows that were fixed-direction at small sizes. */
.hero-ctas,.hero-stats,.bstats,.hero-trust,.dual-cta{flex-wrap:wrap}
@media (max-width:480px){
  .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas .btn,.hero-ctas .hp-btn{width:100%;justify-content:center}
}


/* ── 1440 → 1920: hold the design column ───────────────────────────────
   The layout is drawn at 1248px of content, and letting it grow much past
   that hurts line length more than it helps. */
@media (min-width:1441px) and (max-width:1920px){
  :root{--max:1360px;--pad:96px}
}


/* ── Above 1920: span the viewport ─────────────────────────────────────
   Capping the column here would leave ever-growing empty margins — a metre of
   nothing on a 4K panel. Instead the content fills the width and the gutter
   grows with it, so the page stays proportioned rather than stranded in the
   middle. Text blocks keep their own max-width so lines never get unreadable. */
@media (min-width:1921px){
  :root{--pad:clamp(96px,4.5vw,180px)}

  .container,.nav-bar,.mega-in,.ft-grid,.ft-btm{max-width:100%}

  /* Each page template centres its content in its own wrapper with a
     hardcoded max-width (1240–1392px). Left alone, a 3840px screen shows a
     1240px column marooned between two 1300px voids. They are released here
     and given the shared fluid gutter instead. */
  .hp-in,.ab-in,.z90-in,.am-in,.vf-in,.je-in,.ht-in,.ht-hero-in,
  .tp-in,.cs-in,.pod-in,.pode-in,.role-in,.blog-in,.il-in{
    max-width:100%;
    padding-left:var(--pad);
    padding-right:var(--pad);
  }

  /* A grid whose every column is a fixed pixel width cannot use the extra
     room — it just centres inside it. These are the ones with no fr column,
     so they are re-expressed as proportions of whatever space there is. */
  .hp-hero-grid{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);justify-content:stretch}
  .role-deliver-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
  .pode-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,2.5fr)}

  /* Reading measure is a property of text, not of the screen. */
  .sec-hd p,.hero p,.hero-sub,.prose,.entry-content p{max-width:90ch}
  .hp-hero-lead,.hp-sec-lead{max-width:70ch}

  /* Density rises with room: more columns rather than wider cards. */
  .g3,.pr-grid,.ag-grid{grid-template-columns:repeat(auto-fit,minmax(min(360px,100%),1fr))}
  .g4,.ic-grid,.steps,.comp-grid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}
  .ft-cols{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}
}

@media (min-width:1921px) and (max-width:2560px){
  html{font-size:17px}
  .nav-bar{height:76px}
}
@media (min-width:2561px) and (max-width:3840px){
  html{font-size:19px}
  .nav-bar{height:88px}
  .nav-logo-img,.nav-logo .custom-logo{height:34px}
}
@media (min-width:3841px){
  html{font-size:22px}
  .nav-bar{height:104px}
  .nav-logo-img,.nav-logo .custom-logo{height:40px}
}


/* ── Motion and input ──────────────────────────────────────────────────
   Touch targets and reduced motion, which matter most on the small widths
   this section is otherwise concerned with. */
@media (pointer:coarse){
  .nav-item>a,.mega-link,.ft-col a{min-height:44px;display:flex;align-items:center}
  .nav-toggle{min-width:44px;min-height:44px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}
  html{scroll-behavior:auto}
}


/* ── Client logo marquee (home hero) ── */
.hp-ticker{
  background:var(--c900);
  padding:26px 0;
  overflow:hidden;
}
.hp-ticker-label{
  display:block;
  text-align:center;
  margin-bottom:18px;
  font-family:var(--ff);
  font-weight:500;
  font-size:10px;
  letter-spacing:1.5px;
  color:var(--c300);
}

/* Two identical tracks scroll left as one seamless loop. */
.hp-marquee{
  display:flex;
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.hp-marquee-track{
  display:flex;
  align-items:center;
  flex-shrink:0;
  gap:clamp(32px,5vw,64px);
  margin:0;
  padding:0 clamp(32px,5vw,64px) 0 0;
  list-style:none;
  animation:hp-marquee 45s linear infinite;
}
.hp-marquee:hover .hp-marquee-track{animation-play-state:paused}
.hp-marquee-track li{flex-shrink:0;display:flex;align-items:center}

/* Logos are grey on transparent — render white to sit on the navy band. */
.hp-logo{
  height:30px;
  width:auto;
  max-width:150px;
  display:block;
  filter:brightness(0) invert(1);
  opacity:.62;
  transition:opacity .2s ease;
}
.hp-logo:hover{opacity:1}

@keyframes hp-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-100%)}
}

/* No motion: one static, wrapped, centred set. */
@media (prefers-reduced-motion:reduce){
  .hp-marquee{-webkit-mask-image:none;mask-image:none}
  .hp-marquee-track{animation:none;flex-wrap:wrap;justify-content:center;padding:0 16px}
  .hp-marquee-dup{display:none}
}
@media (max-width:768px){
  .hp-logo{height:24px}
}
