.cre-global-shell #page>.top-bar,
.cre-global-shell #page>.main-header,
.cre-global-shell #page>.footer-full-bleed{display:none!important}

:root{
  --cre-navy-950:#070f20;
  --cre-navy-900:#0b1c38;
  --cre-navy-800:#122a4d;
  --cre-gold-500:#d4a24c;
  --cre-gold-400:#e7bc71;
  --cre-cream-50:#f8f6f1;
  --cre-cream-100:#f1ede3;
  --cre-white:#fff;
  --cre-ink:#141b2b;
  --cre-muted:#5c6678;
  --cre-line:#e3ddcf;
  --cre-shadow-sm:0 8px 20px rgba(7,15,32,.08);
  --cre-shadow-md:0 20px 44px rgba(7,15,32,.14);
  --cre-shadow-lg:0 28px 70px rgba(7,15,32,.22);
  --cre-shadow-gold:0 18px 36px rgba(212,162,76,.28);
  --cre-radius-sm:12px;
  --cre-radius-md:18px;
  --cre-radius-lg:28px;
  --cre-ease:cubic-bezier(.22,.9,.32,1);
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--cre-ink);
  background:var(--cre-cream-50);
  font-family:"Inter",Arial,sans-serif;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;display:block}
a{text-decoration:none}

.cre-container{max-width:1240px;margin:0 auto;padding:0 24px}
.cre-kicker{
  margin:0 0 18px;
  color:var(--cre-gold-500);
  text-transform:uppercase;
  letter-spacing:.16em;
  font:600 12px/1.2 "IBM Plex Mono","Courier New",monospace;
}

h1,h2,h3,h4,.cre-logo,.cre-footer-logo{
  font-family:"Fraunces",Georgia,serif;
  letter-spacing:-.03em;
}

.cre-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:14px 26px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  font:700 14px/1 "Inter",Arial,sans-serif;
  transition:transform .28s var(--cre-ease),box-shadow .28s var(--cre-ease),background .28s var(--cre-ease),border-color .28s var(--cre-ease),color .28s var(--cre-ease);
}
.cre-btn:hover{transform:translateY(-6px)}
.cre-btn-primary,.cre-btn-gold{
  background:linear-gradient(180deg,var(--cre-gold-400),var(--cre-gold-500));
  color:var(--cre-navy-950);
  box-shadow:0 18px 38px rgba(212,162,76,.34), inset 0 1px 0 rgba(255,255,255,.45);
}
.cre-btn-outline,
.cre-btn-outline-dark{
  background:transparent;
  color:var(--cre-cream-50);
  border-color:rgba(248,246,241,.42);
}
.cre-btn-outline-dark{
  color:var(--cre-navy-900);
  border-color:rgba(11,28,56,.18);
  background:rgba(255,255,255,.72);
}
.cre-btn-primary:hover,.cre-btn-gold:hover{
  box-shadow:0 24px 46px rgba(212,162,76,.42), inset 0 1px 0 rgba(255,255,255,.5);
}

.cre-topbar{
  background:var(--cre-navy-950);
  color:rgba(248,246,241,.76);
  border-bottom:1px solid rgba(231,188,113,.12);
}
.cre-topbar-inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font-size:12px;
}
.cre-topbar-left,.cre-social{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.cre-topbar a,.cre-social a{color:rgba(248,246,241,.82)}
.cre-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  border:1px solid rgba(248,246,241,.12);
  background:rgba(248,246,241,.05);
  transition:transform .24s var(--cre-ease),border-color .24s var(--cre-ease),color .24s var(--cre-ease),background .24s var(--cre-ease);
}
.cre-social a:hover{
  transform:translateY(-2px);
  border-color:rgba(231,188,113,.28);
  color:var(--cre-gold-400);
  background:rgba(231,188,113,.08);
}
.cre-social svg{width:16px;height:16px;display:block}

.cre-header{
  position:sticky;
  top:0;
  z-index:9999;
  background:rgba(7,15,32,.82);
  border-bottom:1px solid rgba(231,188,113,.14);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.cre-header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.cre-logo{
  color:var(--cre-cream-50);
  display:flex;
  align-items:center;
  gap:8px;
  font-size:20px;
  font-weight:700;
}
.cre-logo{
  flex:0 0 auto;
}
.cre-logo img{
  max-height:46px;
  width:auto;
  display:block;
}
.cre-nav{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  justify-content:center;
}
.cre-menu{
  display:flex;
  align-items:center;
  gap:22px;
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
}
.cre-menu a{
  color:rgba(248,246,241,.82);
  font-size:13px;
  font-weight:600;
  position:relative;
  padding:6px 0;
  white-space:nowrap;
}
.cre-menu a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:2px;
  background:var(--cre-gold-500);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s var(--cre-ease);
}
.cre-menu a:hover::after{transform:scaleX(1)}
.cre-header-inner > .cre-btn{
  flex:0 0 auto;
  white-space:nowrap;
}

.cre-section-head{
  max-width:760px;
  margin:0 auto 52px;
  text-align:center;
}
.cre-section-head h2,
.cre-about-section h2,
.cre-team-intro h2,
.cre-page-hero h1,
.cre-final-cta h2,
.cre-contact-section h2{
  margin:0;
  font-size:clamp(32px,3.4vw,48px);
  line-height:1.08;
  font-weight:700;
  color:var(--cre-navy-950);
}
.cre-section-head p,
.cre-about-section p,
.cre-team-intro p:not(.cre-kicker),
.cre-contact-section>div>p,
.cre-final-cta p{
  margin:16px 0 0;
  color:var(--cre-muted);
  font-size:16px;
}

.cre-hero{
  position:relative;
  overflow:hidden;
  padding:210px 0 136px;
  min-height:85vh;
  color:var(--cre-cream-50);
  background:
    radial-gradient(960px 620px at 88% 0%,rgba(212,162,76,.14),transparent 58%),
    radial-gradient(720px 520px at -8% 88%,rgba(18,42,77,.72),transparent 62%),
    linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-900) 58%,var(--cre-navy-800));
}
.cre-hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(248,246,241,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(248,246,241,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 78%);
}
.cre-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:72px;
  align-items:center;
}
.cre-hero h1{
  margin:0;
  max-width:10.5ch;
  font-size:clamp(42px,5.8vw,68px);
  line-height:1.05;
  font-weight:700;
}
.cre-hero h1 em{
  color:var(--cre-gold-500);
  font-style:italic;
  font-weight:500;
}
.cre-hero-intro{
  max-width:34ch;
  margin:38px 0 0;
  color:var(--cre-cream-50);
  font-size:19px;
  font-weight:500;
  line-height:1.9;
}
.cre-hero-copy{
  max-width:48ch;
  margin:18px 0 0;
  color:rgba(248,246,241,.76);
  font-size:16px;
}
.cre-badge{
  display:inline-flex;
  margin:34px 0 0;
  padding:10px 16px;
  border:1px solid rgba(231,188,113,.28);
  border-radius:999px;
  background:rgba(248,246,241,.08);
  color:var(--cre-cream-50);
  font-size:12px;
  font-weight:600;
}
.cre-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:44px}
.cre-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:62px;
  padding-top:34px;
  border-top:1px solid rgba(248,246,241,.12);
  max-width:620px;
}
.cre-hero-stats strong{
  display:block;
  color:var(--cre-gold-400);
  font:600 34px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-hero-stats span{
  display:block;
  margin-top:8px;
  color:rgba(248,246,241,.74);
  font-size:12px;
}
.cre-hero-art{position:relative}
.cre-pathway-card{
  position:relative;
  z-index:2;
  padding:36px 34px;
  border:1px solid rgba(248,246,241,.16);
  border-radius:28px;
  background:linear-gradient(165deg,rgba(248,246,241,.14),rgba(248,246,241,.05));
  backdrop-filter:blur(14px);
  box-shadow:0 34px 84px rgba(7,15,32,.3), inset 0 1px 0 rgba(255,255,255,.12);
}
.cre-pathway-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:26px;
}
.cre-pathway-head span{
  color:rgba(248,246,241,.82);
  text-transform:uppercase;
  letter-spacing:.14em;
  font:500 11px/1.2 "IBM Plex Mono","Courier New",monospace;
}
.cre-pathway-dots{display:flex;gap:6px}
.cre-pathway-dots i,
.cre-pathway-legend i{
  width:9px;height:9px;border-radius:999px;display:block;
  background:var(--cre-gold-500);
}
.cre-pathway-graphic{width:100%;height:auto;min-height:340px}
.cre-pathway-graphic text{
  fill:var(--cre-gold-400);
  font:600 13px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-pathway-line{
  stroke-dasharray:620;
  stroke-dashoffset:620;
  animation:creDraw 1.9s var(--cre-ease) forwards .2s;
}
.cre-pathway-node{
  opacity:0;
  transform:scale(.6);
  transform-origin:center;
  animation:crePop .45s var(--cre-ease) forwards;
}
.cre-pathway-node:nth-of-type(1){animation-delay:.35s}
.cre-pathway-node:nth-of-type(2){animation-delay:.7s}
.cre-pathway-node:nth-of-type(3){animation-delay:1.05s}
.cre-pathway-node:nth-of-type(4){animation-delay:1.4s}
.cre-pathway-legend{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 18px;
  margin-top:26px;
}
.cre-pathway-legend div{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(248,246,241,.74);
  font-size:13px;
}
.cre-hero-trust{
  position:relative;
  z-index:1;
  display:flex;
  gap:18px 28px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:52px;
  padding-top:30px;
  border-top:1px solid rgba(248,246,241,.1);
}
.cre-trust-item{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(248,246,241,.76);
  font-size:13px;
}
.cre-trust-icon{color:var(--cre-gold-400);font-size:16px}

.cre-light-section,
.cre-about-section,
.cre-team-showcase,
.cre-page-hero,
.cre-service-section,
.cre-course-detail,
.cre-blog-page,
.cre-industries-section,
.cre-approach-section{padding:100px 0}
.cre-services-section{padding:124px 0;background:var(--cre-cream-100)}

.cre-card-grid{display:grid;gap:22px}
.cre-card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.cre-card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.cre-card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}

.cre-service-card,
.cre-program-card,
.cre-testimonial-card,
.cre-blog-card{
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  border-radius:20px;
  padding:30px 26px;
  box-shadow:0 14px 34px rgba(7,15,32,.08), inset 0 -1px 0 rgba(7,15,32,.02);
  transition:transform .28s var(--cre-ease),box-shadow .28s var(--cre-ease),border-color .28s var(--cre-ease),background .28s var(--cre-ease);
}
.cre-service-card:hover,
.cre-program-card:hover,
.cre-testimonial-card:hover,
.cre-blog-card:hover,
.cre-team-card:hover,
.cre-sector-card:hover{transform:translateY(-8px);box-shadow:0 24px 56px rgba(7,15,32,.16);border-color:rgba(212,162,76,.28)}
.cre-service-card{position:relative;overflow:hidden}
.cre-service-card::before{
  content:"";
  position:absolute;
  left:0;top:0;right:0;
  height:4px;
  background:linear-gradient(90deg,var(--cre-gold-500),var(--cre-gold-400));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s var(--cre-ease);
}
.cre-service-card:hover::before{transform:scaleX(1)}
.cre-service-icon{
  width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:20px;
  border-radius:16px;
  background:linear-gradient(180deg,var(--cre-gold-400),var(--cre-gold-500));
  color:var(--cre-navy-950);
  font:700 14px/1 "IBM Plex Mono","Courier New",monospace;
  box-shadow:0 16px 28px rgba(212,162,76,.24);
}
.cre-service-card h3,
.cre-program-card h3,
.cre-team-card-body h3,
.cre-blog-card h3{margin:0 0 10px;font-size:22px;line-height:1.16;color:var(--cre-navy-950)}
.cre-service-card p,
.cre-program-card p,
.cre-testimonial-card p,
.cre-blog-card p{margin:0;color:var(--cre-muted);font-size:15px}
.cre-service-card ul,
.cre-approach-aside ul,
.cre-split ul{margin:18px 0 0;padding-left:18px;color:var(--cre-muted)}
.cre-service-card li,
.cre-approach-aside li,
.cre-split li{margin-bottom:8px}
.cre-services-cta{text-align:center;margin-top:34px}

.cre-industries-section{background:var(--cre-cream-50)}
.cre-industries-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.cre-industry-chip{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:18px 20px;
  border-radius:999px;
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  box-shadow:0 10px 24px rgba(7,15,32,.06);
}
.cre-industry-chip i{
  flex:0 0 auto;
  width:10px;height:10px;border-radius:999px;
  margin-top:8px;
  background:var(--cre-gold-500);
}
.cre-industry-chip strong{display:block;color:var(--cre-navy-950);font-size:15px}
.cre-industry-chip span{display:block;color:var(--cre-muted);font-size:13px;line-height:1.55}

.cre-about-section{background:var(--cre-white)}
.cre-about-grid,
.cre-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:center}
.cre-about-media{
  position:relative;
  min-height:520px;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg,var(--cre-navy-900),var(--cre-navy-950));
  box-shadow:0 30px 72px rgba(7,15,32,.22);
}
.cre-about-media img,.elementor .cre-about-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.cre-about-placeholder{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(248,246,241,.32);
  font:600 14px/1.6 "IBM Plex Mono","Courier New",monospace;
  text-align:center;
  padding:24px;
}
.cre-about-media::before{
  content:"PMI Authorized Training Partner";
  position:absolute;
  left:24px;bottom:24px;
  padding:12px 16px;
  border-radius:16px;
  background:rgba(7,15,32,.72);
  border:1px solid rgba(231,188,113,.24);
  color:var(--cre-cream-50);
  font:600 11px/1.2 "IBM Plex Mono","Courier New",monospace;
}
.cre-about-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,15,32,.04),rgba(7,15,32,.38));
  pointer-events:none;
}
.cre-about-badge{
  position:absolute;
  left:-18px;bottom:28px;
  padding:20px 22px;
  border-radius:20px;
  background:var(--cre-white);
  box-shadow:0 26px 54px rgba(7,15,32,.18);
}
.cre-about-badge strong{display:block;color:var(--cre-navy-950);font:600 28px/1 "IBM Plex Mono","Courier New",monospace}
.cre-about-badge span{display:block;margin-top:6px;color:var(--cre-muted);font-size:12px}
.cre-about-section h2{
  font-size:clamp(34px,3.5vw,50px);
  line-height:1.08;
  font-weight:700;
  color:var(--cre-navy-950);
}
.cre-about-section p{
  color:#4c5668;
  font-size:16px;
  line-height:1.82;
}

.cre-mission-values{margin-top:86px}
.cre-mv-heading{text-align:center;max-width:820px;margin:0 auto 32px}
.cre-mv-heading h2{margin:0;font-size:clamp(30px,3vw,42px)}
.cre-mv-heading p:not(.cre-kicker){margin-top:14px;color:var(--cre-muted)}
.cre-mv-feature-grid{display:grid;grid-template-columns:1.2fr .95fr;gap:18px}
.cre-mv-feature{
  padding:28px;
  border-radius:24px;
  border:1px solid var(--cre-line);
  box-shadow:0 14px 36px rgba(7,15,32,.08);
}
.cre-mv-feature.mission{background:linear-gradient(160deg,var(--cre-white),var(--cre-cream-50))}
.cre-mv-feature.vision{background:linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-800))}
.cre-mv-feature span{
  display:inline-flex;
  margin-bottom:16px;
  padding:7px 12px;
  border-radius:999px;
  background:var(--cre-gold-500);
  color:var(--cre-navy-950);
  font:700 11px/1 "IBM Plex Mono","Courier New",monospace;
  text-transform:uppercase;
}
.cre-mv-feature p{
  margin:0!important;
  font-size:20px!important;
  line-height:1.6!important;
  color:var(--cre-navy-950)!important;
}
.cre-mv-feature.vision p{color:var(--cre-cream-50)!important}

.cre-icare-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.cre-icare-grid article{
  padding:22px 20px;
  border-radius:18px;
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  box-shadow:0 12px 28px rgba(7,15,32,.06);
  transition:transform .28s var(--cre-ease),box-shadow .28s var(--cre-ease),border-color .28s var(--cre-ease);
}
.cre-icare-grid article:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(7,15,32,.12);border-color:rgba(212,162,76,.24)}
.cre-icare-grid span{
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:14px;
  border-radius:14px;
  background:linear-gradient(180deg,#f5dfb2,#e7bc71);
  color:var(--cre-gold-500);
  font-size:20px;
  font-weight:700;
}
.cre-icare-grid h3{margin:0 0 8px;font-size:18px;color:var(--cre-navy-950)}
.cre-icare-grid p{margin:0!important;font-size:14px!important;color:var(--cre-muted)!important;line-height:1.62!important}

.cre-testimonials-block{margin-top:62px}
.cre-testimonial-card{
  background:var(--cre-cream-50);
  padding:28px;
  box-shadow:0 14px 34px rgba(7,15,32,.08);
}
.cre-testimonial-card p{font-size:16px;line-height:1.8}
.cre-testimonial-card strong{display:block;margin-top:18px;color:var(--cre-navy-950);font-size:15px}
.cre-testimonial-card span{display:block;margin-top:6px;color:var(--cre-gold-500);font-size:13px}

.cre-why-section{
  padding:100px 0;
  color:var(--cre-cream-50);
  background:
    radial-gradient(540px 540px at 100% 0%,rgba(212,162,76,.12),transparent 68%),
    linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-900) 60%,var(--cre-navy-800));
}
.cre-why-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:52px;align-items:start}
.cre-why-section h2{margin:0;font-size:clamp(32px,3.3vw,46px);line-height:1.08}
.cre-why-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1px;
  margin-top:30px;
  border:1px solid rgba(248,246,241,.12);
  border-radius:22px;
  overflow:hidden;
  background:rgba(248,246,241,.1);
}
.cre-why-stats article{
  padding:28px 24px;
  background:rgba(7,15,32,.34);
}
.cre-why-stats strong{
  display:block;
  color:var(--cre-gold-400);
  font:600 34px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-why-stats span{
  display:block;
  margin-top:8px;
  color:rgba(248,246,241,.72);
  font-size:13px;
}
.cre-why-list{list-style:none;margin:0;padding:0;display:grid;gap:18px}
.cre-why-list li{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  padding:20px 0;
  border-bottom:1px solid rgba(248,246,241,.12);
}
.cre-why-list li:last-child{border-bottom:0}
.cre-why-list span{
  width:42px;height:42px;
  display:flex;align-items:center;justify-content:center;
  border-radius:999px;
  background:rgba(231,188,113,.14);
  color:var(--cre-gold-400);
  font-weight:800;
}
.cre-why-list strong{display:block;color:var(--cre-cream-50);font-size:17px}
.cre-why-list p{margin:8px 0 0;color:rgba(248,246,241,.72);font-size:15px}

.cre-approach-section{background:var(--cre-white)}
.cre-approach-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:start}
.cre-approach-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.cre-approach-step{
  padding:24px 20px;
  border-radius:20px;
  background:var(--cre-cream-50);
  border:1px solid var(--cre-line);
  box-shadow:0 12px 28px rgba(7,15,32,.06);
  transition:transform .28s var(--cre-ease),box-shadow .28s var(--cre-ease),border-color .28s var(--cre-ease);
}
.cre-approach-icon{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  border-radius:16px;
  background:linear-gradient(180deg,var(--cre-gold-400),var(--cre-gold-500));
  color:var(--cre-navy-950);
  box-shadow:0 14px 30px rgba(212,162,76,.22);
}
.cre-approach-icon svg{width:24px;height:24px;display:block}
.cre-approach-step:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(7,15,32,.12);border-color:rgba(212,162,76,.28)}
.cre-approach-step span{
  width:48px;height:48px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
  border-radius:999px;
  border:1px solid rgba(212,162,76,.42);
  color:var(--cre-gold-500);
  font:700 13px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-approach-step:hover span{background:rgba(212,162,76,.08)}
.cre-approach-step h3{margin:0 0 10px;font-size:19px;color:var(--cre-navy-950);line-height:1.18}
.cre-approach-step p{margin:0;color:var(--cre-muted);font-size:14px;line-height:1.7}
.cre-approach-aside{
  padding:30px 28px;
  border-radius:24px;
  color:var(--cre-cream-50);
  background:linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-800));
  box-shadow:var(--cre-shadow-lg);
}
.cre-approach-aside h3{margin:0;color:var(--cre-cream-50);font-size:28px;line-height:1.12}
.cre-approach-aside p{margin:16px 0 0;color:rgba(248,246,241,.74)}
.cre-approach-aside ul{color:rgba(248,246,241,.74)}
.cre-approach-aside .cre-btn{margin-top:14px}

.cre-team-showcase{
  background:linear-gradient(180deg,var(--cre-cream-50) 0%,var(--cre-white) 58%,var(--cre-cream-50) 100%);
}
.cre-team-intro{text-align:center;max-width:860px;margin:0 auto 40px}
.cre-team-grid-modern{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.cre-team-card{
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(7,15,32,.08);
  transition:transform .28s var(--cre-ease),box-shadow .28s var(--cre-ease),border-color .28s var(--cre-ease);
}
.cre-team-photo{
  display:block;
  width:100%;
  height:260px;
  padding:0;
  border:0;
  background:var(--cre-cream-100);
  cursor:pointer;
}
.cre-team-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.cre-team-card-body{padding:22px}
.cre-team-card-body span{
  display:block;
  margin-bottom:8px;
  color:var(--cre-gold-500);
  font:700 11px/1.4 "IBM Plex Mono","Courier New",monospace;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.cre-team-card-body p{margin:0 0 18px;color:var(--cre-muted);font-size:14px;line-height:1.7}
.cre-team-read{
  border:1px solid rgba(11,28,56,.1);
  background:var(--cre-navy-950);
  color:var(--cre-cream-50);
  border-radius:999px;
  padding:12px 16px;
  font:700 13px/1 "Inter",Arial,sans-serif;
  cursor:pointer;
}
.cre-team-structure{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px}
.cre-team-cta{margin-top:28px;text-align:center}
.cre-team-structure article{
  padding:22px;
  border-radius:18px;
  background:var(--cre-navy-950);
  border:1px solid rgba(231,188,113,.14);
  box-shadow:0 18px 38px rgba(7,15,32,.18);
}
.cre-team-structure strong{display:block;color:var(--cre-gold-400);margin-bottom:8px;font-size:16px}
.cre-team-structure span{display:block;color:rgba(248,246,241,.72);font-size:14px;line-height:1.7}

.cre-team-modal-open{overflow:hidden}
.cre-team-modal,.cre-modal{position:fixed;inset:0;z-index:100001;display:none}
.cre-team-modal.is-open,.cre-modal.is-open{display:block}
.cre-team-modal-backdrop,.cre-modal-backdrop{
  position:absolute;inset:0;
  background:rgba(7,15,32,.74);
  backdrop-filter:blur(10px);
}
.cre-team-modal-dialog,
.cre-modal-dialog{
  position:relative;
  width:min(860px,calc(100% - 32px));
  margin:24px auto;
  padding:28px;
  border-radius:24px;
  background:var(--cre-white);
  box-shadow:0 30px 80px rgba(7,15,32,.28);
}
.cre-team-modal-dialog{
  max-height:calc(100vh - 48px);
  overflow:auto;
  display:grid;
  grid-template-columns:240px 1fr;
  gap:26px;
}
.cre-team-modal-dialog img{
  width:240px!important;
  height:290px!important;
  object-fit:cover!important;
  border-radius:18px;
}
.cre-team-modal-dialog h3,
.cre-modal-dialog h2{margin:0;color:var(--cre-navy-950);font-size:34px;line-height:1.08}
.cre-team-modal-dialog p:not(.cre-kicker),
.cre-modal-dialog p{color:var(--cre-muted);line-height:1.8}
.cre-team-modal-close,
.cre-modal-close{
  position:absolute;
  top:14px;right:14px;
  width:38px;height:38px;
  border:0;
  border-radius:999px;
  background:var(--cre-navy-950);
  color:var(--cre-cream-50);
  cursor:pointer;
}

.cre-page-hero{
  color:var(--cre-cream-50);
  background:linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-900) 58%,var(--cre-navy-800));
}
.cre-page-hero h1{color:var(--cre-cream-50);max-width:14ch}
.cre-page-hero p{max-width:52ch;color:rgba(248,246,241,.76)}

.cre-split-section,.cre-guide-section,.cre-course-detail,.cre-service-section{background:var(--cre-white)}
.cre-split h2,.cre-guide-section h2,.cre-service-section h2,.cre-course-detail h2{margin:0 0 18px;font-size:40px;line-height:1.08;color:var(--cre-navy-950)}
.cre-split p,.cre-course-detail p,.cre-service-section p{color:var(--cre-muted)}
.cre-split img,.elementor .cre-split img{
  width:100%!important;
  height:460px!important;
  object-fit:cover!important;
  border-radius:24px;
  box-shadow:var(--cre-shadow-lg);
}

.cre-program-card span,
.cre-blog-card span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:var(--cre-cream-100);
  color:var(--cre-gold-500);
  font:700 11px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-cert-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:-10px 0 32px}
.cre-cert-tabs button{
  padding:10px 18px;
  border-radius:999px;
  border:1px solid var(--cre-line);
  background:var(--cre-white);
  color:var(--cre-navy-950);
  font:700 13px/1 "Inter",Arial,sans-serif;
}
.cre-cert-tabs button:first-child{
  background:linear-gradient(180deg,var(--cre-gold-400),var(--cre-gold-500));
  border-color:transparent;
}
.cre-cert-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}
.cre-cert-card-head em{
  font-style:normal;
  padding:6px 10px;
  border-radius:999px;
  background:var(--cre-cream-50);
  color:var(--cre-gold-500);
  font:700 11px/1 "IBM Plex Mono","Courier New",monospace;
}
.cre-cert-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}
.cre-cert-meta strong{
  padding:6px 10px;
  border-radius:999px;
  background:var(--cre-cream-100);
  color:var(--cre-navy-950);
  font-size:12px;
}
.cre-cert-meta small{color:var(--cre-muted)}

.cre-contact-section{
  padding:100px 0;
  color:var(--cre-cream-50);
  text-align:center;
  background:linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-900) 60%,var(--cre-navy-800));
}
.cre-contact-section h2,
.cre-final-cta h2{color:var(--cre-cream-50)}
.cre-contact-section>div>p,.cre-final-cta p{color:rgba(248,246,241,.76)}

.cre-lead-form{
  max-width:760px;
  margin:28px auto 0;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.cre-lead-form.compact{max-width:460px;margin-left:0}
.cre-lead-form textarea,
.cre-lead-form select,
.cre-lead-form button,
.cre-lead-form .cre-form-status{grid-column:1/-1}
.cre-lead-form input,
.cre-lead-form select,
.cre-lead-form textarea{
  width:100%;
  min-height:52px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(248,246,241,.14);
  background:rgba(248,246,241,.08);
  color:var(--cre-cream-50);
  font:400 15px/1.5 "Inter",Arial,sans-serif;
}
.cre-lead-form textarea{min-height:120px;resize:vertical}
.cre-lead-form input::placeholder,
.cre-lead-form textarea::placeholder{color:rgba(248,246,241,.52)}
.cre-form-status{min-height:22px;margin:0;color:rgba(248,246,241,.74);font-size:13px}
.cre-modal-dialog .cre-lead-form input,
.cre-modal-dialog .cre-lead-form select,
.cre-modal-dialog .cre-lead-form textarea{
  background:var(--cre-cream-50);
  color:var(--cre-ink);
  border-color:var(--cre-line);
}
.cre-modal-dialog .cre-lead-form input::placeholder,
.cre-modal-dialog .cre-lead-form textarea::placeholder{
  color:#6b7280;
  opacity:1;
}
.cre-modal-dialog .cre-lead-form select{
  color:var(--cre-ink);
}
.cre-modal-dialog .cre-lead-form input,
.cre-modal-dialog .cre-lead-form select,
.cre-modal-dialog .cre-lead-form textarea{
  caret-color:var(--cre-navy-950);
}

.cre-guide-cover{
  border-radius:28px;
  padding:54px 42px;
  color:var(--cre-cream-50);
  background:linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-800));
  box-shadow:var(--cre-shadow-lg);
  font:700 40px/1.04 "Fraunces",Georgia,serif;
  transform:rotate(3deg);
}

.cre-final-cta{
  padding:78px 0;
  text-align:center;
  background:
    radial-gradient(440px 280px at 82% 18%,rgba(212,162,76,.18),transparent 68%),
    linear-gradient(160deg,var(--cre-navy-950),var(--cre-navy-800));
}

.cre-footer{
  padding:78px 0 0;
  color:rgba(248,246,241,.74);
  background:var(--cre-navy-950);
}
.cre-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:34px}
.cre-footer-logo img{
  max-width:250px;
  width:100%;
  height:auto;
  display:block;
}
.cre-footer h3{
  margin:0 0 14px;
  color:var(--cre-gold-400);
  font:600 12px/1.2 "IBM Plex Mono","Courier New",monospace;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.cre-footer p,.cre-footer a{color:rgba(248,246,241,.74);font-size:14px;line-height:1.8}
.cre-footer-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.cre-footer-social a{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(248,246,241,.12);
  background:rgba(248,246,241,.04);
}
.cre-footer-social svg{width:18px;height:18px;display:block}
.cre-footer-social a:hover{border-color:rgba(231,188,113,.28);color:var(--cre-gold-400)}
.cre-footer .cre-menu{display:block}
.cre-footer .cre-menu li{margin-bottom:8px}
.cre-footer .cre-menu a{color:rgba(248,246,241,.74)}
.cre-footer-bottom{
  margin-top:42px;
  padding:20px 0 28px;
  text-align:center;
  border-top:1px solid rgba(248,246,241,.08);
  font-size:12px;
}

.cre-blog-page{background:var(--cre-cream-50)}
.cre-blog-intro{text-align:center;max-width:820px;margin:0 auto 36px}
.cre-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.cre-blog-card{min-height:280px;display:flex;flex-direction:column}
.cre-blog-read{margin-top:auto;color:var(--cre-gold-500);font-weight:700}
.cre-blog-empty{
  padding:30px;
  border-radius:20px;
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  text-align:center;
}

.cre-legacy-section{background:var(--cre-cream-50)}
.cre-legacy-content{color:var(--cre-ink)}
.cre-legacy-content h1,.cre-legacy-content h2,.cre-legacy-content h3{color:var(--cre-navy-950);font-family:"Fraunces",Georgia,serif}
.cre-legacy-content article,.cre-legacy-content .about-card,.cre-legacy-content .consultancy-card,.cre-legacy-content form{
  background:var(--cre-white);
  border:1px solid var(--cre-line);
  border-radius:18px;
  padding:24px;
  box-shadow:var(--cre-shadow-sm);
}
.cre-legacy-content p,.cre-legacy-content li{color:var(--cre-muted);line-height:1.8}
.cre-legacy-content input,.cre-legacy-content select,.cre-legacy-content textarea{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid var(--cre-line);
}
.cre-legacy-content button,.cre-legacy-content input[type=submit],.cre-legacy-content a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:12px 18px;
  background:linear-gradient(180deg,var(--cre-gold-400),var(--cre-gold-500));
  color:var(--cre-navy-950)!important;
  font-weight:700;
}
.cre-legacy-content .about-grid,.cre-legacy-content .consultancy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}
.cre-legacy-content .team-grid,.cre-legacy-content .courses-grid,.cre-legacy-content .blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0}

@keyframes creDraw{to{stroke-dashoffset:0}}
@keyframes crePop{to{opacity:1;transform:scale(1)}}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}

@media(max-width:1100px){
  .cre-approach-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cre-team-grid-modern{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cre-team-photo{height:240px}
}

@media(max-width:900px){
  .cre-topbar{display:none}
  .cre-header-inner{min-height:72px;flex-wrap:wrap;padding:12px 0}
  .cre-nav{display:none}
  .cre-btn-outline-dark{display:none}
  .cre-hero,
  .cre-light-section,
  .cre-about-section,
  .cre-team-showcase,
  .cre-page-hero,
  .cre-service-section,
  .cre-course-detail,
  .cre-blog-page,
  .cre-industries-section,
  .cre-approach-section,
  .cre-contact-section,
  .cre-why-section{padding:72px 0}
  .cre-hero{padding-top:154px}
  .cre-hero-grid,
  .cre-about-grid,
  .cre-split,
  .cre-why-layout,
  .cre-approach-layout,
  .cre-footer-grid,
  .cre-card-grid.two,
  .cre-card-grid.three,
  .cre-card-grid.four{grid-template-columns:1fr}
  .cre-hero-stats{grid-template-columns:1fr 1fr}
  .cre-hero-trust{padding-top:20px}
  .cre-pathway-legend,
  .cre-industries-grid,
  .cre-team-structure,
  .cre-blog-grid,
  .cre-mv-feature-grid{grid-template-columns:1fr}
  .cre-icare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cre-team-grid-modern{grid-template-columns:1fr 1fr}
  .cre-team-modal-dialog{grid-template-columns:1fr}
  .cre-team-modal-dialog img{width:100%!important;height:320px!important}
  .cre-lead-form{grid-template-columns:1fr}
}

@media(max-width:560px){
  .cre-container{padding:0 18px}
  .cre-hero h1,.cre-page-hero h1{max-width:none}
  .cre-hero-stats{grid-template-columns:1fr}
  .cre-pathway-card{padding:24px}
  .cre-icare-grid,
  .cre-team-grid-modern,
  .cre-legacy-content .about-grid,
  .cre-legacy-content .consultancy-grid,
  .cre-legacy-content .team-grid,
  .cre-legacy-content .courses-grid,
  .cre-legacy-content .blog-grid{grid-template-columns:1fr}
  .cre-team-photo{height:280px}
  .cre-footer-grid{grid-template-columns:1fr}
}
