
/* Custom static clone helpers */
:root{--nav-indicator-width:58px;}
body{min-height:100vh;}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #d8d8db;}
.site-header .header-inner{display:flex;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px;gap:24px;}
@media (min-width: 1024px){.site-header .header-inner{padding-top:0;padding-bottom:0;}}
.brand-logo{display:block;width:186px;height:33px;color:#0e0e10}
:root{
  --nav-indicator-width:58px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:#fff;
  border-bottom:1px solid #d8d8db;
}

.site-header .header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:16px;
  padding-bottom:16px;
  gap:24px;
}

@media (min-width: 1024px){
  .site-header .header-inner{
    padding-top:0;
    padding-bottom:0;
  }
}

.brand-logo{
  display:block;
  width:186px;
  height:33px;
  color:#0e0e10;
}

.desktop-nav{
  display:none;
  position:relative;
  left:280px;
  align-items:stretch;
  gap:38px;
  margin:0;
  padding:0;
  list-style:none;
}

@media (min-width:1024px){
  .desktop-nav{
    display:flex;
  }
}

.nav-item{
  position:relative;
  display:flex;
  align-items:center;
  list-style:none;
}

.nav-link{
  display:flex;
  align-items:center;
  padding:32px 0;
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  word-spacing:-.3em;
  font-weight:300;
  letter-spacing:0;
  color:#0e0e10;
  text-decoration:none;
}

.nav-link.active{
  font-weight:700;
}

.nav-indicator{
  position:absolute;
  bottom:-1px;
  left:0;
  width:58px;
  height:0;
  border-top:2px solid #111;
  transition:left .18s ease, width .18s ease;
  pointer-events:none;
}

.dropdown{
  position:absolute;
  top:100%;
  left:0;
  min-width:272px;
  background:#f4f4f4;
  border-top:2px solid #111;
  box-shadow:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:1002;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown,
.nav-item.dropdown-open .dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.dropdown-menu{
  display:block;
  padding:6px 0;
  margin:0;
  list-style:none;
}

.dropdown-menu li{
  list-style:none;
}

.dropdown-menu a{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:36px;
  padding:0 18px;
  white-space:nowrap;
  font-size:12px;
  line-height:1.35;
  color:#111;
  font-weight:300;
  text-decoration:none;
}

.dropdown.open{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.dropdown-menu a:hover{
  background:rgba(0,0,0,.04);
}

.dd-ico{
  width:20px;
  min-width:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
}

.nav-icons{
  display:flex;
  align-items:center;
  gap:18px;
}

.nav-icon-btn{
  height:32px;
  width:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#0e0e10;
  text-decoration:none;
}

.nav-icon-btn svg{
  width:22px;
  height:22px;
  stroke-width:1.7;
}

@media (max-width:1023px){
  .desktop-nav{
    display:none;
  }
}
.cert-hero{padding-top:80px;padding-bottom:64px;background:#fff}
@media (min-width:1024px){.cert-hero{padding-top:128px;padding-bottom:64px}}
.cert-search-section{background:#f4f4f4;padding-top:48px;padding-bottom:48px;flex:1}
@media (min-width:1024px){.cert-search-section{padding-top:96px;padding-bottom:96px}}
.search-wrap{width:100%;max-width:700px;display:flex;flex-direction:column;gap:32px;margin:0 auto;align-items:center}
.search-form{position:relative;width:100%}
.search-input{border:1px solid #0e0e10;padding:10px 92px 10px 16px;font-size:12px;font-weight:300;outline:none;width:100%;background:#fff}
.search-input:focus{box-shadow:0 0 0 1px #67676b inset}
.search-btn{position:absolute;right:0;top:0;bottom:0;background:#0e0e10;color:#fff;padding:0 16px;font-size:12px;font-weight:700;text-transform:uppercase;word-spacing:-.3em}
.search-error{font-size:13px;color:#b00020;font-weight:700;margin-top:-8px;display:none}
.search-error.visible{display:block}
.result-card{width:100%;background:#fff;border:1px solid #d8d8db;padding:24px;display:none}
.result-card.visible{display:block}
.result-status{font-size:12px;font-weight:700;text-transform:uppercase;word-spacing:-.3em;margin-bottom:14px}
.result-status.verified{color:#0f7c27}
.result-status.expired{color:#0e0e10}
.result-course{font-size:28px;line-height:1.05;font-weight:700;text-transform:uppercase;word-spacing:-.25em;margin-bottom:24px}
.result-name{font-size:18px;font-weight:700;margin-bottom:20px}
.result-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media (min-width:768px){.result-grid{grid-template-columns:1fr 1fr}}
.result-label{font-size:12px;font-weight:700;text-transform:uppercase;word-spacing:-.3em;color:#67676b;margin-bottom:6px}
.result-value{font-size:16px;color:#0e0e10}
.empty-state{display:none;width:100%;padding:32px 0;text-align:center;color:#67676b}
.empty-state.visible{display:block}
.site-footer{background:#6d6d72;color:#fff;margin-top:auto}
.footer-top{padding:48px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.footer-col-title{font-size:12px;text-transform:uppercase;word-spacing:-.3em;font-weight:700;margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:12px;color:#fff;opacity:.9}
.footer-links a:hover{opacity:1}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:18px 0 26px;font-size:12px;color:#e7e7e7;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}
.site-footer{
  background:#8f8f95;
  color:#fff;
  margin-top:auto;
}

.footer-shell{
  padding-top:32px;
  padding-bottom:36px;
}

.footer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}

.footer-brand{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.footer-logo{
  display:block;
  width:188px;
  height:auto;
  filter:brightness(0) invert(1);
}

.footer-newsletter{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:218px;
  min-height:36px;
  padding:0 18px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:0;
  border-top:1px solid rgba(255,255,255,.3);
  border-right:1px solid rgba(255,255,255,.3);
}

.footer-newsletter::before,
.footer-newsletter::after{
  content:"";
  position:absolute;
  bottom:0;
  width:12px;
  height:1px;
  background:rgba(255,255,255,.3);
}

.footer-newsletter::before{
  left:0;
}

.footer-newsletter::after{
  right:0;
}

.footer-divider{
  margin-top:64px;
  margin-bottom:62px;
  height:1px;
  background:rgba(255,255,255,.12);
}

.footer-grid{
  display:grid;
  grid-template-columns:1.15fr 1.15fr 1.15fr 1.1fr 1.15fr .9fr;
  column-gap:56px;
  align-items:start;
}

.footer-col-title{
  margin-bottom:34px;
  color:#fff;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-links a{
  color:#fff;
  text-decoration:none;
  font-size:12px;
  line-height:1.45;
  font-weight:400;
  word-break:break-word;
}

.footer-links a:hover{
  opacity:.72;
}

@media (max-width: 1200px){
  .footer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    row-gap:40px;
  }
}

@media (max-width: 760px){
  .footer-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-divider{
    margin-top:32px;
    margin-bottom:32px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    row-gap:32px;
  }

  .footer-newsletter{
    min-width:unset;
  }
}
@media (min-width:1024px){.footer-top{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}}
.mobile-note{display:flex;align-items:center;justify-content:center;height:120px;color:#67676b}
@media (max-width:1023px){.desktop-nav{display:none}}
