
:root{
  --blue:#071b46;
  --blue2:#0d2f78;
  --light:#f3f5f8;
  --accent:#2f7cff;
  --text:#071225;
}

body.chief-page{
  background:#f2f3f5;
  color:var(--text);
}

.chief-hero{
  background:
    radial-gradient(circle at 86% 26%, rgba(47,124,255,.20), transparent 26%),
    linear-gradient(180deg,#071b46 0%,#081a43 78%,#f2f3f5 78%);
  color:#fff;
  padding:34px 7vw 80px;
}

.chief-nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:92px;
}

.chief-brand{
  display:inline-flex;
  background:white;
  border-radius:18px;
  padding:12px 18px;
}

.chief-brand img{
  height:62px;
  width:auto;
  object-fit:contain;
}

.back-link{
  color:#fff;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(255,255,255,.25);
  padding:12px 18px;
  border-radius:999px;
}

.chief-hero-grid{
  display:grid;
  grid-template-columns:1.2fr .55fr;
  gap:60px;
  align-items:start;
}

.chief-eyebrow{
  display:inline-block;
  color:#7fb2ff;
  letter-spacing:.17em;
  font-size:13px;
  font-weight:900;
  margin-bottom:18px;
  text-transform:uppercase;
}

.chief-hero h1{
  font-size:clamp(54px,7vw,104px);
  line-height:.9;
  letter-spacing:-.06em;
  max-width:980px;
  margin-bottom:28px;
}

.lead{
  max-width:930px;
  font-size:clamp(20px,2vw,27px);
  line-height:1.45;
  color:rgba(255,255,255,.82);
}

.chief-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}

.chief-btn{
  display:inline-block;
  text-decoration:none;
  font-weight:900;
  border-radius:14px;
  padding:17px 24px;
}

.primary-blue{
  background:#2f7cff;
  color:#fff;
}

.secondary-blue{
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
}

.dark-blue{
  background:#071b46;
  color:#fff;
}

.chief-facts{
  background:white;
  color:#071b46;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.22);
  margin-top:80px;
}

.chief-facts div{
  padding:32px;
  border-bottom:1px solid rgba(7,27,70,.15);
  text-align:center;
}

.chief-facts div:last-child{border-bottom:none}

.chief-facts strong{
  display:block;
  font-size:25px;
  margin-bottom:6px;
}

.chief-facts span{
  font-weight:700;
  color:#596375;
}

.chief-keyfacts{
  padding:75px 7vw;
  background:#e9eaec;
}

.chief-keyfacts h2{
  font-size:clamp(36px,4vw,58px);
  margin-bottom:42px;
  letter-spacing:-.04em;
}

.chief-keyfacts h2 span{
  color:#2f7cff;
}

.keyfact-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
}

.keyfact-grid strong{
  display:block;
  font-size:24px;
  margin-bottom:8px;
}

.keyfact-grid span{
  color:#334;
  font-weight:700;
}

.chief-section{
  padding:95px 7vw;
}

.white{background:#fff}

.chief-two-col{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
  margin-bottom:70px;
}

.chief-two-col h2,
.phase-intro h2,
.jury h2,
.chief-cta h2{
  font-size:clamp(42px,5.4vw,78px);
  line-height:.95;
  letter-spacing:-.055em;
}

.chief-two-col p{
  font-size:23px;
  line-height:1.55;
  font-weight:700;
  color:#182844;
}

.competence-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.competence-grid div{
  background:#f2f3f5;
  border-radius:26px;
  padding:30px;
  min-height:280px;
}

.competence-grid h3{
  font-size:26px;
  line-height:1.1;
  margin-bottom:28px;
}

.competence-grid p{
  font-size:17px;
  line-height:1.55;
  color:#20324e;
}

.dark{
  background:#071b46;
  color:white;
}

.phase-layout{
  display:grid;
  grid-template-columns:.45fr .9fr;
  gap:70px;
}

.phase-intro h2 span{
  color:#7fb2ff;
}

.phase-intro p{
  font-size:20px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
  margin-top:28px;
}

.phase-item{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:60px;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.35);
}

.phase-item:first-child{padding-top:0}

.phase-item strong{
  display:block;
  font-size:20px;
}

.phase-item span{
  color:rgba(255,255,255,.72);
  font-weight:700;
}

.phase-item h3{
  font-size:25px;
  margin-bottom:12px;
}

.phase-item p{
  font-size:18px;
  line-height:1.55;
  color:rgba(255,255,255,.78);
}

.jury{
  background:#f2f3f5;
}

.jury h2 span{
  color:#2f7cff;
}

.jury-lead{
  max-width:1120px;
  font-size:20px;
  line-height:1.55;
  margin:28px 0 60px;
}

.jury-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:36px;
}

.jury-grid h3{
  font-size:27px;
  margin-bottom:12px;
}

.jury-grid strong{
  display:block;
  margin-bottom:18px;
}

.jury-grid p{
  font-size:17px;
  font-style:italic;
  line-height:1.55;
}

.chief-cta{
  background:#2f7cff;
  color:#06142d;
  padding:80px 7vw;
}

.chief-cta p{
  max-width:980px;
  font-size:20px;
  line-height:1.55;
  margin-top:18px;
}

.chief-footer{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  padding:34px 7vw;
  background:#071b46;
}

.chief-footer a{
  color:white;
  text-decoration:none;
  font-weight:800;
}

@media(max-width:980px){
  .chief-hero{
    padding:28px 24px 60px;
    background:linear-gradient(180deg,#071b46 0%,#071b46 86%,#f2f3f5 86%);
  }

  .chief-nav{
    margin-bottom:58px;
    align-items:flex-start;
    gap:18px;
    flex-direction:column;
  }

  .chief-brand img{
    max-width:260px;
    height:auto;
  }

  .chief-hero-grid,
  .chief-two-col,
  .phase-layout{
    grid-template-columns:1fr;
  }

  .chief-hero h1{
    font-size:56px;
  }

  .chief-facts{
    margin-top:16px;
  }

  .keyfact-grid,
  .competence-grid,
  .jury-grid{
    grid-template-columns:1fr;
  }

  .chief-section,
  .chief-keyfacts{
    padding:70px 24px;
  }

  .phase-item{
    grid-template-columns:1fr;
    gap:18px;
  }

  .chief-cta{
    padding:70px 24px;
  }

  .chief-two-col h2,
  .phase-intro h2,
  .jury h2,
  .chief-cta h2{
    font-size:43px;
  }
}


/* ===== V105 Chief header logos on blue ===== */
.chief-nav{
  align-items:center;
}

.chief-brand-pair{
  display:flex;
  align-items:center;
  gap:22px;
}

.chief-brand{
  width:278px;
  height:108px;
  padding:16px 20px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.18);
  border-radius:20px;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 42px rgba(0,0,0,.16);
}

.chief-brand img{
  width:100%;
  height:100%;
  max-width:230px;
  max-height:72px;
  object-fit:contain;
}

.chief-mbs img{
  max-width:220px;
  max-height:72px;
}

.chief-dms img{
  max-width:232px;
  max-height:72px;
}

.chief-brand-divider{
  width:1px;
  height:82px;
  background:rgba(255,255,255,.28);
}

@media(max-width:980px){
  .chief-nav{
    align-items:stretch;
  }

  .chief-brand-pair{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .chief-brand-divider{
    display:none;
  }

  .chief-brand{
    width:100%;
    max-width:330px;
    height:96px;
  }

  .chief-brand img,
  .chief-mbs img,
  .chief-dms img{
    max-width:245px;
    max-height:66px;
  }
}


/* ===== V106 final Chief page logo balance ===== */
.chief-brand-pair{
  align-items:center !important;
  gap:22px !important;
}

.chief-brand{
  width:320px !important;
  height:116px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.97) !important;
  border-radius:22px !important;
  overflow:hidden !important;
}

.chief-brand img{
  display:block !important;
  object-fit:contain !important;
  max-width:none !important;
  max-height:none !important;
}

.chief-dms img{
  width:260px !important;
  height:auto !important;
}

.chief-mbs img{
  width:260px !important;
  height:auto !important;
}

.chief-brand-divider{
  height:82px !important;
  background:rgba(255,255,255,.30) !important;
}

@media(max-width:980px){
  .chief-brand-pair{
    gap:14px !important;
  }

  .chief-brand{
    width:100% !important;
    max-width:330px !important;
    height:108px !important;
  }

  .chief-dms img,
  .chief-mbs img{
    width:255px !important;
  }
}


/* ===== V107 Institutional Chief Header ===== */

.chief-brand-pair{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
}

.chief-brand{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  border-radius:0 !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  overflow:visible !important;
}

.chief-dms img{
  width:210px !important;
  height:auto !important;
}

.chief-mbs img{
  width:168px !important;
  height:auto !important;
  opacity:.96 !important;
}

.chief-brand-divider{
  width:1px !important;
  height:34px !important;
  background:rgba(255,255,255,.28) !important;
}

.chief-nav{
  margin-bottom:78px !important;
}

@media(max-width:980px){

  .chief-brand-pair{
    flex-direction:row !important;
    gap:14px !important;
    align-items:center !important;
  }

  .chief-dms img{
    width:180px !important;
  }

  .chief-mbs img{
    width:142px !important;
  }

  .chief-brand-divider{
    display:block !important;
    height:28px !important;
  }
}


/* ===== V108 Chief AI Officer Mobile Executive ===== */

@media(max-width:980px){

  .chief-hero{
    padding-bottom:40px !important;
  }

  .chief-hero h1{
    font-size:58px !important;
    line-height:.9 !important;
    max-width:100% !important;
  }

  .lead{
    font-size:22px !important;
    line-height:1.42 !important;
  }

  .chief-facts{
    border-radius:26px !important;
    overflow:hidden !important;
    margin-top:28px !important;
    box-shadow:0 18px 40px rgba(0,0,0,.16) !important;
  }

  .chief-facts div{
    padding:24px 20px !important;
  }

  .chief-facts strong{
    font-size:22px !important;
  }

  .chief-facts span{
    font-size:15px !important;
  }

  .chief-btn{
    width:100% !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .competence-grid div{
    min-height:auto !important;
    padding:24px !important;
  }

  .jury-grid{
    gap:24px !important;
  }
}
