
:root{
 --black:#061018;--blue:#0d63ce;--blue2:#1796ef;--green:#31b347;--green2:#69d34f;
 --green-soft:#EFF8F1;--blue-soft:#EFF5FB;--muted:#5e7288;--line:#dde7ef;--soft:#f7fafc;--container:1080px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.65}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}
.container{width:min(var(--container),calc(100% - 42px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #E7EBEF}
.header-row{min-height:64px;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:18px}
.brand img{width:180px}.main-nav{display:flex;justify-content:center;gap:22px;font-size:11px;font-weight:700}
.main-nav a{padding:22px 0}.main-nav a:hover{color:var(--green)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:40px;padding:0 18px;border-radius:5px;font-size:11px;font-weight:800}
.button.outline{border:1px solid var(--green);color:var(--green);background:#fff}.button.green{background:var(--green);color:#fff}
.nav-toggle-input{position:absolute;opacity:0;pointer-events:none}.menu-toggle{display:none;cursor:pointer;font-size:26px}
.breadcrumbs{display:flex;gap:8px;padding-top:16px;font-size:10px}.breadcrumbs a{color:var(--green)}.breadcrumbs span{color:#A0ABB6}
.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;padding:40px 0 42px}
.eyebrow{margin-bottom:8px;color:var(--green);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.hero h1{margin:0 0 14px;font-size:43px;line-height:1.08;letter-spacing:-.04em;color:#0A1730}.hero h1 span{color:var(--green)}
.hero>div>p{max-width:670px;margin:0;color:#4D6075;font-size:14px}.last-updated{margin-top:14px;color:#7C8997;font-size:9px}
.hero-card{padding:24px;border:1px solid #D7E2E8;border-radius:12px;background:linear-gradient(135deg,#F4FAF6,#EFF6FB);box-shadow:0 10px 28px rgba(7,33,57,.05)}
.hero-card img{width:48px;height:48px;margin-bottom:13px}.hero-card h2{margin:0 0 6px;font-size:17px}.hero-card p{margin:0;color:var(--muted);font-size:10px}
.policy-layout{display:grid;grid-template-columns:230px 1fr;gap:42px;padding:20px 0 50px;align-items:start}
.policy-nav{position:sticky;top:84px;display:grid;padding:18px;border:1px solid var(--line);border-radius:9px;background:#FAFBFC}
.policy-nav strong{margin-bottom:9px;font-size:11px}.policy-nav a{padding:6px 0;color:#617286;font-size:9px;border-bottom:1px solid #EDF1F4}.policy-nav a:last-child{border-bottom:0}.policy-nav a:hover{color:var(--green)}
.policy-content{min-width:0}.policy-content section{position:relative;padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid #E8EDF0}.policy-content section:last-of-type{border-bottom:0}
.policy-content h2{margin:0 0 10px;font-size:22px;letter-spacing:-.02em}.policy-content p{margin:0 0 11px;color:#526477;font-size:11px}.policy-content ul{margin:5px 0 12px;padding-left:20px;color:#526477;font-size:11px}.policy-content li{margin:6px 0}
.section-icon{width:44px;height:44px;display:grid;place-items:center;float:right;margin-left:18px;border-radius:9px;background:var(--green-soft)}
.section-icon.blue{background:var(--blue-soft)}.section-icon img{width:30px;height:30px}
.contact-card{display:grid;gap:3px;margin:12px 0 14px;padding:16px;border-left:4px solid var(--green);border-radius:7px;background:#F7FAF8;font-size:10px}
.contact-card strong{font-size:12px}.contact-card a{color:var(--blue);font-weight:700}
.policy-note{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:22px 24px;border-radius:9px;color:#fff;background:linear-gradient(90deg,#071722,#0A4F92);border-left:5px solid var(--green)}
.policy-note strong{display:block;font-size:16px}.policy-note p{margin:3px 0 0!important;color:#D5E0E7!important;font-size:10px!important}.policy-note .button{grid-column:2;grid-row:1 / span 2}
.site-footer{color:#fff;background:linear-gradient(100deg,#02070B,var(--black) 60%,#061522)}
.footer-grid{display:grid;grid-template-columns:1.35fr .7fr 1.2fr .9fr .7fr .9fr;gap:22px;padding:22px 0 16px}.footer-brand img{width:145px}
.footer-brand p{max-width:220px;margin:8px 0 7px;color:#D1DBE4;font-size:9px;line-height:1.6}.footer-brand strong{color:#65BF82;font-size:9px}.footer-grid h3{margin:0 0 8px;font-size:9px}.footer-grid a{display:block;margin:4px 0;font-size:8.5px}.footer-grid a.active{color:#6AC285}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 0 15px;border-top:1px solid rgba(255,255,255,.18);color:#D0DAE3;font-size:8px}.footer-bottom div{display:flex;gap:16px}
@media(max-width:900px){
 .header-row{grid-template-columns:170px auto auto}.main-nav{display:none;position:absolute;top:64px;left:20px;right:20px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 30px rgba(0,0,0,.10)}
 .nav-toggle-input:checked~.main-nav{display:grid}.menu-toggle{display:block}.hero{grid-template-columns:1fr}.policy-layout{grid-template-columns:1fr}.policy-nav{position:static;grid-template-columns:repeat(2,1fr);gap:0 20px}.footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
 .container{width:min(100% - 28px,var(--container))}.header-row{grid-template-columns:1fr auto}.header-cta{display:none}.brand img{width:160px}.hero{padding:28px 0 30px}.hero h1{font-size:34px}.hero-card{padding:19px}.policy-layout{padding-top:6px}.policy-nav{display:none}
 .policy-content section{padding-bottom:22px;margin-bottom:22px}.policy-content h2{font-size:19px}.policy-content p,.policy-content ul{font-size:10px}.section-icon{width:38px;height:38px}.section-icon img{width:26px;height:26px}
 .policy-note{grid-template-columns:1fr;padding:18px}.policy-note .button{grid-column:auto;grid-row:auto;width:100%}
 .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:16px 0 10px}.footer-brand{grid-column:1/-1}.footer-brand img{width:128px}.footer-brand p{font-size:8px}.footer-grid h3{font-size:9px}.footer-grid a{font-size:8px;margin:2px 0}.footer-bottom{font-size:7px;padding:8px 0 10px;flex-wrap:wrap;gap:6px 10px}
}



/* Larger desktop presentation scale
   Makes the site feel closer to the user's preferred browser zoom
   while retaining responsive mobile layouts. */
@media (min-width: 1000px) {
  body {
    zoom: 1.25;
  }
}
@supports not (zoom: 1) {
  @media (min-width: 1000px) {
    body {
      transform: scale(1.25);
      transform-origin: top left;
      width: 80%;
    }
  }
}


/* Footer spacing refinement */
@media(min-width:701px){
  .site-footer .footer-grid{
    grid-template-columns:1.1fr 1fr .95fr .8fr .8fr 1fr !important;
    gap:24px !important;
    align-items:start !important;
  }
  .site-footer .footer-brand{
    align-self:start !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    margin:0 !important;
    padding:0 !important;
  }
  .site-footer .footer-brand img{
    display:block !important;
    width:170px !important;
    max-width:100% !important;
    height:auto !important;
    margin:-8px 0 6px 0 !important;
    object-fit:contain !important;
  }
  .site-footer .footer-brand p{
    margin:0 0 8px 0 !important;
  }
}



/* Final footer horizontal spacing refinement */
@media(min-width:701px){
  .site-footer .footer-grid{
    grid-template-columns:1.2fr .95fr .9fr .72fr .76fr .95fr !important;
    gap:14px !important;
    column-gap:14px !important;
    align-items:start !important;
  }
  .site-footer .footer-grid > div{
    min-width:0 !important;
  }
  .site-footer .footer-grid h3{
    margin-bottom:7px !important;
  }
  .site-footer .footer-grid a{
    margin:4px 0 !important;
  }
}


/* =========================================================
   Hyperware final site-wide header/footer refinements
   ========================================================= */

/* Match Industries navigation typography on every page */
.site-header .main-nav{
  font-family:Inter,Arial,Helvetica,sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  gap:23px !important;
  letter-spacing:0 !important;
}
.site-header .main-nav a{
  font-family:inherit !important;
  font-size:inherit !important;
  font-weight:inherit !important;
  letter-spacing:0 !important;
}

/* Give the top logo/navigation area another 10px of vertical room */
.site-header .header-row{
  min-height:74px !important;
}
.site-header .nav-row{
  min-height:82px !important;
}
.site-header .header-inner{
  min-height:88px !important;
}

/* Keep header logos comfortably inside the taller header */
.site-header .brand{
  overflow:visible !important;
}
.site-header .brand img{
  object-fit:contain !important;
  object-position:left center !important;
}

/* Footer logos always use the dark-background Hyperware artwork */
.site-footer .footer-brand img,
.site-footer .footer-row > img{
  width:160px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:left center !important;
}

/* Preserve the compact, aligned footer layout */
@media(min-width:701px){
  .site-footer .footer-grid{
    grid-template-columns:1.2fr .95fr .9fr .72fr .76fr .95fr !important;
    gap:14px !important;
    column-gap:14px !important;
    align-items:start !important;
  }
  .site-footer .footer-grid > div{
    min-width:0 !important;
  }
  .site-footer .footer-brand{
    align-self:start !important;
    margin:0 !important;
    padding:0 !important;
  }
  .site-footer .footer-brand img{
    margin:-5px 0 6px 0 !important;
  }
}

/* Mobile header remains roomy without becoming oversized */
@media(max-width:700px){
  .site-header .header-row,
  .site-header .nav-row{
    min-height:72px !important;
  }
  .site-header .header-inner{
    min-height:76px !important;
  }
  .site-header .main-nav{
    gap:0 !important;
    font-size:11px !important;
  }
  .site-footer .footer-brand img,
  .site-footer .footer-row > img{
    width:132px !important;
  }
}


/* =========================================================
   FINAL SITE-WIDE HEADER + FOOTER CONSISTENCY
   ========================================================= */

/* Header dimensions: About Us reference + 5px extra logo column width */
@media(min-width:981px){
  .site-header .header-row,
  .site-header .nav-row{
    grid-template-columns:215px 1fr auto !important;
  }
}

/* About Us menu typography and spacing across all pages */
.site-header .main-nav{
  font-family:Inter,Arial,Helvetica,sans-serif !important;
  display:flex;
  justify-content:center;
  gap:26px !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}
.site-header .main-nav a{
  font-family:inherit !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}

/* Header Book a Consultation is always green */
.site-header .final-header-cta{
  background:linear-gradient(90deg,#0B8A2B,#19A94A) !important;
  color:#fff !important;
  border:1px solid #0B8A2B !important;
  box-shadow:none !important;
}
.site-header .final-header-cta:hover{
  filter:brightness(1.05) !important;
  color:#fff !important;
}

/* Canonical footer */
.site-footer{
  background:linear-gradient(100deg,#02070b,#061018 60%,#061522) !important;
  color:#fff !important;
}
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:1.2fr .95fr .9fr .72fr .76fr .95fr !important;
  gap:14px !important;
  column-gap:14px !important;
  align-items:start !important;
  padding:22px 0 16px !important;
}
.site-footer .footer-grid > div{min-width:0 !important;}
.site-footer .footer-brand{
  align-self:start !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  margin:0 !important;
  padding:0 !important;
}
.site-footer .footer-brand img{
  display:block !important;
  width:170px !important;
  max-width:100% !important;
  height:auto !important;
  margin:-5px 0 6px 0 !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.site-footer .footer-brand p{
  max-width:260px !important;
  margin:0 0 8px !important;
  color:#d4dee6 !important;
  font-size:11px !important;
  line-height:1.55 !important;
}
.site-footer .footer-brand strong,
.site-footer .footer-grid > div:last-child strong{
  display:block !important;
  margin-top:7px !important;
  color:#55b774 !important;
  font-size:10px !important;
  line-height:1.55 !important;
}
.site-footer .footer-grid h3{
  margin:0 0 7px !important;
  color:#fff !important;
  font-size:12px !important;
  line-height:1.3 !important;
  text-transform:none !important;
}
.site-footer .footer-grid a{
  display:block !important;
  margin:4px 0 !important;
  color:#e8eef3 !important;
  font-size:10px !important;
  line-height:1.4 !important;
}
.site-footer .socials{
  display:flex !important;
  gap:8px !important;
  margin-top:12px !important;
}
.site-footer .socials span{
  width:24px !important;
  height:24px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.7) !important;
  border-radius:50% !important;
  font-size:10px !important;
}
.site-footer .footer-bottom{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:10px 0 16px !important;
  border-top:1px solid rgba(255,255,255,.2) !important;
  color:#b8c6d2 !important;
  font-size:9px !important;
}
.site-footer .footer-bottom div{
  display:flex !important;
  gap:14px !important;
}
.site-footer .footer-bottom a{color:#b8c6d2 !important;}

@media(max-width:980px){
  .site-header .main-nav{gap:0 !important;}
  .site-footer .footer-grid{
    grid-template-columns:repeat(3,1fr) !important;
    gap:18px !important;
  }
  .site-footer .footer-brand{grid-column:auto !important;}
}
@media(max-width:700px){
  .site-header .main-nav{font-size:12px !important;}
  .site-header .main-nav a{font-size:12px !important;}
  .site-footer .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px 18px !important;
    padding:16px 0 10px !important;
  }
  .site-footer .footer-brand{grid-column:1 / -1 !important;}
  .site-footer .footer-brand img{
    width:132px !important;
    margin:0 0 5px !important;
  }
  .site-footer .footer-brand p{
    max-width:100% !important;
    font-size:8.5px !important;
  }
  .site-footer .footer-grid h3{font-size:9px !important;}
  .site-footer .footer-grid a{
    font-size:8.5px !important;
    margin:2px 0 !important;
  }
  .site-footer .footer-brand strong,
  .site-footer .footer-grid > div:last-child strong{
    font-size:8.5px !important;
  }
  .site-footer .footer-bottom{
    padding:9px 0 11px !important;
    font-size:7.5px !important;
    flex-wrap:wrap !important;
    gap:6px 10px !important;
  }
  .site-footer .footer-bottom div{gap:10px !important;}
}


/* Global footer refinement */
.site-footer{background:linear-gradient(100deg,#02070b,var(--black, #061018) 60%,#061522)!important;color:#fff;}
.site-footer .footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr .75fr .75fr 1fr;gap:24px;padding:24px 0 16px;align-items:start;}
.site-footer .footer-brand img{width:152px;height:auto;}
.site-footer .footer-brand p{max-width:260px;margin:10px 0 10px;color:#d0dbe4;font-size:10px;line-height:1.6;}
.site-footer .footer-brand strong{display:block;margin:0 0 12px;color:#6fd07a;font-size:10px;line-height:1.4;}
.site-footer .footer-grid h3{margin:0 0 8px;font-size:10px;letter-spacing:.02em;}
.site-footer .footer-grid a{display:block;margin:4px 0;color:#fff;font-size:9px;line-height:1.45;}
.site-footer .socials{display:flex!important;gap:10px;align-items:center;margin-top:2px;}
.site-footer .footer-social-link{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.58);border-radius:7px;background:rgba(255,255,255,.03);color:#fff!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;}
.site-footer .footer-social-link:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.92);background:rgba(255,255,255,.10);box-shadow:0 6px 14px rgba(0,0,0,.18);}
.site-footer .footer-social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block;}
.site-footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 0 16px;border-top:1px solid rgba(255,255,255,.18);color:#d4dde6;font-size:8px;}
.site-footer .footer-bottom div{display:flex;gap:18px;flex-wrap:wrap;}
.site-footer .footer-bottom a{color:#b8c6d2!important;}
@media(max-width:700px){
  .site-footer .footer-grid{grid-template-columns:1fr 1fr!important;gap:16px 20px!important;padding:20px 0 14px!important;}
  .site-footer .footer-brand{grid-column:1 / -1!important;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.10);}
  .site-footer .footer-brand img{width:142px!important;}
  .site-footer .footer-brand p{font-size:9px!important;max-width:none!important;}
  .site-footer .footer-brand strong{font-size:9px!important;}
  .site-footer .footer-grid h3{font-size:9px!important;}
  .site-footer .footer-grid a{font-size:8.5px!important;}
  .site-footer .footer-bottom{flex-direction:column;align-items:flex-start;gap:8px!important;font-size:7.5px!important;}
}
@media(max-width:430px){
  .site-footer .footer-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .site-footer .footer-brand{grid-column:auto!important;}
}
/* eServices celebratory credential */
.panel-tenure{min-width:300px;display:grid;grid-template-columns:86px 1fr;align-items:center;gap:16px;padding:14px 18px;border:1px solid #d7e5f4;border-radius:14px;background:linear-gradient(135deg,#ffffff 0%,#f5faff 58%,#f3fbf5 100%);box-shadow:0 10px 28px rgba(12,55,104,.08);}
.panel-tenure-mark{display:flex;justify-content:center;align-items:center;}
.panel-tenure-medal{width:74px;height:74px;border-radius:50%;background:radial-gradient(circle at 30% 25%, #ffffff 0%, #eef6ff 38%, #dff0ff 100%);border:2px solid #c8ddf1;box-shadow:inset 0 0 0 6px rgba(255,255,255,.7), 0 8px 18px rgba(15,44,99,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;}
.panel-tenure-medal:before,.panel-tenure-medal:after{content:"";position:absolute;bottom:-12px;width:14px;height:18px;border-radius:0 0 5px 5px;background:linear-gradient(180deg,var(--green,#0b8a2b),#12884c);}
.panel-tenure-medal:before{left:20px;transform:skew(-8deg);}
.panel-tenure-medal:after{right:20px;transform:skew(8deg);}
.panel-tenure-number{color:#0f2c63;font-size:28px;line-height:.9;font-weight:900;letter-spacing:-.06em;}
.panel-tenure-number span{font-size:15px;vertical-align:top;margin-left:1px;}
.panel-tenure-years{margin-top:2px;color:var(--green,#0b8a2b);font-size:9px;font-weight:800;letter-spacing:.16em;}
.panel-tenure-copy{display:flex;flex-direction:column;gap:3px;}
.panel-tenure-eyebrow{color:var(--blue2,#0a4f9c);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;}
.panel-tenure-copy strong{color:#0f2c63;font-size:14px;line-height:1.15;}
.panel-tenure-subtext{color:#53677b;font-size:10px;line-height:1.45;}
.panel-banner,.government-banner{align-items:center;}
.panel-banner.has-tenure{grid-template-columns:140px 1fr auto!important;}
.government-banner.has-tenure{grid-template-columns:190px 1fr auto!important;}
@media(max-width:700px){
  .panel-tenure{min-width:0;width:100%;grid-template-columns:78px 1fr;gap:12px;}
  .panel-tenure-medal{width:66px;height:66px;}
  .panel-tenure-number{font-size:24px;}
  .panel-tenure-copy strong{font-size:13px;}
  .panel-tenure-subtext{font-size:9.5px;}
  .panel-banner.has-tenure,.government-banner.has-tenure{grid-template-columns:1fr!important;}
}
