
:root{
  --navy:#0d2d52;
  --navy-2:#133b6b;
  --ink:#0f172a;
  --muted:#526071;
  --gold:#d9b24c;
  --gold-2:#f0cb69;
  --sky:#0f6da0;
  --surface:#ffffff;
  --surface-2:#f5f7fb;
  --line:rgba(15,23,42,0.10);
  --line-strong:rgba(15,23,42,0.18);
  --shadow:0 22px 60px rgba(6,24,44,.12);
  --shadow-soft:0 12px 28px rgba(6,24,44,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
main{flex:1}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
p{color:var(--muted);line-height:1.6;margin:0 0 12px}
h1,h2,h3,h4{font-family:Montserrat,Inter,sans-serif;line-height:1.08;margin:0 0 12px;color:#09192c}
h1{font-size:clamp(38px,6vw,74px);letter-spacing:-.03em}
h2{font-size:clamp(28px,4vw,46px);letter-spacing:-.03em}
h3{font-size:clamp(18px,2vw,24px)}
.container{width:min(1320px,calc(100% - 48px));margin:0 auto}
.text-center{text-align:center}
.muted{color:var(--muted)}
.spacer{height:10px}
.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}.mt-48{margin-top:48px}
.hidden{display:none}

.announcement{
  background:linear-gradient(90deg,var(--navy),#123865 60%,#155487);
  color:#eef4ff;font-size:13px
}
.announcement__inner{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 0}
.announcement__left,.announcement__right{display:flex;align-items:center;gap:10px}
.dot{width:9px;height:9px;border-radius:999px;background:var(--gold)}
.sep{opacity:.55}

.site-header{
  position:sticky;top:0;z-index:80;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand__logo{height:50px;width:auto;border-radius:14px;box-shadow:0 6px 18px rgba(13,45,82,.10)}
.nav{display:flex;gap:8px;align-items:center}
.nav a{
  font-size:14px;font-weight:600;color:#243447;padding:10px 12px;border-radius:12px
}
.nav a:hover,.nav a.is-active{background:rgba(13,45,82,.06);color:var(--navy)}
.site-header__cta{display:flex;gap:10px;align-items:center}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 18px;border-radius:16px;border:1px solid transparent;
  background:linear-gradient(180deg,var(--gold-2),var(--gold));color:#0a1930;
  font-weight:800;box-shadow:0 14px 30px rgba(217,178,76,.22)
}
.btn:hover{transform:translateY(-1px)}
.btn--ghost{background:#fff;color:#10233b;border-color:var(--line-strong);box-shadow:none}
.btn--dark{background:linear-gradient(180deg,var(--navy-2),var(--navy));color:#fff;box-shadow:0 16px 34px rgba(13,45,82,.28)}
.btn--full{width:100%}
.hamburger{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff}
.hamburger span{display:block;height:2px;margin:5px 9px;background:#0c213b;border-radius:10px}
.mobile-nav{display:none;border-top:1px solid var(--line);background:#fff}
.mobile-nav a{display:block;padding:14px 24px;border-bottom:1px solid rgba(15,23,42,.06);font-weight:600}
.mobile-nav__cta{display:grid;gap:10px;padding:14px 24px}

.hero-premium{
  position:relative;isolation:isolate;overflow:hidden;
  min-height:760px;
  background:
    linear-gradient(90deg,rgba(8,30,54,.86) 0%, rgba(8,30,54,.72) 33%, rgba(8,30,54,.18) 62%, rgba(8,30,54,.00) 100%),
    url('/assets/hero/hero-front.jpg') center/cover no-repeat;
}
.hero-premium::after{
  content:"";position:absolute;inset:auto 0 0 0;height:160px;
  background:linear-gradient(180deg,rgba(248,250,252,0) 0%, #f8fafc 100%);
  z-index:-1
}
.hero-premium__inner{
  display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,400px);
  gap:30px;align-items:start;padding:72px 0 88px
}
.hero-copy{max-width:760px;padding-top:26px}
.eyebrow{
  display:inline-flex;gap:10px;align-items:center;
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);
  color:#dbe7ff;border-radius:999px;padding:10px 14px;margin-bottom:16px;font-weight:700;font-size:13px
}
.hero-copy h1,.hero-copy p,.hero-copy li{color:#fff}
.hero-copy .lead{font-size:clamp(18px,2vw,24px);max-width:56ch;color:#e6eefc}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 24px}
.hero-actions .btn--ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}
.trust-strip{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.trust-pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 14px;border-radius:16px;color:#fff;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);font-weight:700
}

.hero-stack{display:grid;grid-template-columns:minmax(320px,1fr) 280px;gap:16px;align-items:start}
.card-premium{
  background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.55);
  box-shadow:var(--shadow);border-radius:var(--radius);padding:22px
}
.card-premium h3{margin-bottom:6px}
.card-premium p{margin-bottom:14px}
.hiring-card{
  background:linear-gradient(180deg,rgba(255,248,224,.98),rgba(255,255,255,.98));
  border:1px solid rgba(217,178,76,.35)
}
.kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}
.mini-list{display:grid;gap:9px;margin:12px 0 18px}
.mini-list div{font-weight:600;color:#1d2c3b}

label{display:grid;gap:6px;font-size:13px;font-weight:600;color:#233245}
input,select,textarea{
  width:100%;padding:13px 14px;border-radius:16px;border:1px solid var(--line-strong);
  font:inherit;background:#fff;outline:none
}
input:focus,select:focus,textarea:focus{border-color:#0c6798;box-shadow:0 0 0 4px rgba(15,109,160,.12)}
.form-grid{display:grid;gap:12px}
.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fineprint{font-size:12px;color:#627286}

.section{padding:74px 0}
.section--soft{background:linear-gradient(180deg,#f8fafc,#f2f6fb);border-top:1px solid rgba(15,23,42,.05);border-bottom:1px solid rgba(15,23,42,.05)}
.section__header{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}
.section__header p{max-width:68ch}
.grid{display:grid;gap:18px}
.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}

.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:24px;
  box-shadow:var(--shadow-soft);
}

.panel--dark{
  background:linear-gradient(180deg,#0c2543,#123865);
  color:#eef4ff;
  border-color:rgba(255,255,255,.08);
}

.panel--dark p,
.panel--dark h3{
  color:#eef4ff;
}

.panel--dark .list-clean{
  list-style:none;
  padding:0;
  margin:0;
}
.panel--dark .list-clean li::before{
  content:"✔ ";
  color:#0f7db0;
  font-weight:800;
}

.panel--dark .list-clean li{
  background:#fff;
  color:#163352;
  padding:14px 18px;
  border-radius:12px;
  margin-bottom:12px;
  font-weight:600;
  box-shadow:0 6px 16px rgba(0,0,0,.12);
}
.project-card{overflow:hidden;padding:0}
.project-card img{height:260px;width:100%;object-fit:cover}
.project-card__body{padding:18px 18px 20px}
.project-card__meta{font-size:13px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.quote-band{
  display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:center;
  padding:28px;border-radius:26px;background:linear-gradient(135deg,#0d2d52,#155487);color:#fff;
  box-shadow:0 24px 60px rgba(13,45,82,.20)
}
.quote-band p,.quote-band h2{color:#fff}
.badge-list{display:flex;flex-wrap:wrap;gap:10px}
.badge-list span{
  padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);font-weight:700;font-size:13px
}
.list-clean{display:grid;gap:12px;padding:0;margin:0;list-style:none}
.list-clean li{padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.notice{padding:16px 18px;border-radius:18px;background:#fff7df;border:1px solid rgba(217,178,76,.35);color:#5c4310}
.jobs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.map-frame{width:100%;height:320px;border:0;border-radius:18px;box-shadow:var(--shadow-soft)}
.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gallery img{height:230px;width:100%;object-fit:cover;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}

.page-hero{
  padding:70px 0 30px;
  background:
    radial-gradient(800px 340px at 80% 0%, rgba(15,109,160,.16), transparent 60%),
    radial-gradient(800px 340px at 10% 0%, rgba(13,45,82,.12), transparent 55%),
    #fff;
}
.page-hero__grid{display:grid;grid-template-columns:1fr 380px;gap:22px;align-items:start}
.page-card{position:sticky;top:108px}

.site-footer{
  background:#08182d;color:#dce8f8;padding:34px 0 18px;margin-top:40px
}
.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer__logo{height:44px;width:auto;border-radius:12px;background:#fff}
.footer__title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#8fb5e4;margin-bottom:10px}
.footer__meta{color:#b9cae3}
.site-footer a{color:#fff}
.site-footer__bottom{display:flex;justify-content:space-between;gap:12px;padding-top:16px;font-size:13px;color:#b9cae3}

.portal-shell{padding:52px 0}
.portal-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px}
.portal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow-soft)}
.portal-list{display:grid;gap:10px}
.portal-item{padding:14px;border-radius:16px;border:1px solid var(--line);background:#f8fafc;cursor:pointer}
.portal-item:hover{border-color:#0c6798}
.table-list{display:grid;gap:12px}
.table-row{padding:14px;border-radius:16px;border:1px solid var(--line);background:#fff}

@media (max-width:1100px){
  .hero-premium__inner,.page-hero__grid,.quote-band,.portal-grid,.grid--4,.jobs-grid,.site-footer__grid{grid-template-columns:1fr}
  .page-card{position:static}
}
@media (max-width:980px){
  .nav{display:none}
  .hamburger{display:inline-block}
  .mobile-nav.is-open{display:block}
  .grid--3,.grid--2,.gallery,.form-grid--2{grid-template-columns:1fr}
  .hero-premium{background:
    linear-gradient(180deg,rgba(8,30,54,.86) 0%, rgba(8,30,54,.52) 48%, rgba(8,30,54,.20) 100%),
    url('/assets/hero/hero-front-mobile.jpg') center/cover no-repeat}
}
@media (max-width:640px){
  .container{width:min(100%,calc(100% - 28px))}
  .announcement__inner,.announcement__right{flex-direction:column;align-items:flex-start}
  .site-header__inner{padding:12px 0}
  .hero-premium__inner{padding:34px 0 56px}
  .hero-copy{padding-top:8px}
  .hero-premium{min-height:auto}
}


.hero-stack > .card-premium:first-child{min-width:0}
.hero-stack > .hiring-card{width:100%}

@media (max-width: 1180px){
  .hero-premium__inner{
    grid-template-columns:minmax(0,1fr);
  }
  .hero-stack{
    grid-template-columns:minmax(320px,1fr) 280px;
  }
}

@media (max-width: 900px){
  .hero-stack{
    grid-template-columns:1fr;
  }
}


.brand{display:flex;align-items:center;gap:12px}
.brand__logo{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:14px;
  background:#fff;
  box-shadow:0 8px 24px rgba(13,45,82,.14);
}
.brand__text{
  font-family:Montserrat,Inter,sans-serif;
  font-weight:800;
  font-size:28px;
  letter-spacing:-.03em;
  color:#0d2d52;
}

.section__header--center{text-align:center;justify-content:center}
.section-copy{max-width:760px}

.logo-row{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px;
}

.logo-tile{
  background:#ffffff;
  border-radius:18px;
  padding:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(13,45,82,.08);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  transition:all .25s ease;
  text-decoration:none;
}

.logo-tile svg{
  width:100%;
  height:40px;
}

.logo-tile text{
  font-family:Montserrat, sans-serif;
  font-weight:700;
  font-size:16px;
  fill:#1a2e45;
  letter-spacing:0.5px;
  opacity:.75;
}

.logo-tile:hover{
  transform:translateY(-6px);
  box-shadow:0 25px 60px rgba(15,23,42,.15);
}

.logo-tile:hover text{
  opacity:1;
  fill:#0d2d52;
}

@media (max-width:1100px){
  .logo-row{grid-template-columns:repeat(3,1fr);}
}

@media (max-width:600px){
  .logo-row{grid-template-columns:repeat(2,1fr);}
}


.brand{display:flex;align-items:center;gap:12px}
.brand__wordmark{
  height:56px;
  width:auto;
  max-width:260px;
  object-fit:contain;
  display:block;
}
.brand__logo{display:none;}
.brand__text{display:none;}


.credentials-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  align-items:start;
}
.cred__item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  padding:10px 8px;
}
.cred__item img{
  width:56px;
  height:56px;
  object-fit:contain;
  margin-bottom:10px;
}
.cred__item span{
  font-size:14px;
  font-weight:600;
  color:#516074;
}
@media (max-width: 1100px){
  .credentials-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 680px){
  .credentials-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

.scroll-image-break{
  height: 280px;
  background:
    linear-gradient(rgba(10,30,60,.45), rgba(10,30,60,.45)),
    url('/assets/hero/hero-front.jpg') center center / cover no-repeat;
  background-attachment: fixed;
}

@media (max-width: 900px){
  .scroll-image-break{
    background-attachment: scroll;
    height: 180px;
  }
}

.section-light-bg{
  position: relative;
  background-image: url('/assets/backround.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-light-bg .container{
  position: relative;
  z-index: 1;
}

.section-light-bg{
  position: relative;
}

.section-light-bg::before{
  content:"";
  position:absolute;
  inset:0;
  backdrop-filter: blur(2px);
  background: rgba(255,255,255,0.9);
}

.partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.partner-logos img {
  height: 50px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.8);
  opacity: 0.8;
  transition: all .3s ease;
}

.partner-logos img:hover {
  filter: none;
  opacity: 1;
}

.hero::after {
  content: "";
  display: block;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #f7f9fc);
}

.panel {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform .2s ease;
}

.panel:hover {
  transform: translateY(-6px);
}

.panel--dark {
  background: #0d2d52;
  color: #fff;
}

.panel--dark h3,
.panel--dark p,
.panel--dark li {
  color: inherit;
}

/* ================= MOBILE FIX (CRITICAL) ================= */

@media (max-width: 768px){

  /* 🔹 HEADER */
  .announcement{display:none;}
  
  .site-header__inner{
    padding:10px 0;
  }

  .brand__wordmark{
    height:40px;
    max-width:160px;
  }

  .site-header__cta{
  display:flex;
  align-items:center;
  gap:10px;
}

.site-header__cta .btn{
  display:none;
}

.hamburger{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:12px;
  background:#0d2d52;
  border:none;
  box-shadow:0 8px 20px rgba(13,45,82,.25);
}

/* the 3 lines */
.hamburger span{
  display:block;
  width:18px;
  height:2px;
  margin:3px 0;
  background:#ffffff; /* 🔥 white lines */
  border-radius:2px;
}

  /* 🔹 HERO */
  .hero-premium{
    min-height:auto;
    background-position:65% center;
  }

  .hero-premium__inner{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 0 40px;
  }

  .hero-copy h1{
    font-size:clamp(32px,10vw,44px);
    line-height:1.02;
  }

  .hero-copy .lead{
    font-size:16px;
  }

  /* 🔹 BUTTONS STACK */
  .hero-actions{
    flex-direction:column;
    gap:10px;
  }

  .hero-actions .btn{
    width:100%;
  }

  /* 🔹 TRUST STRIP */
  .trust-strip{
    flex-direction:column;
    gap:8px;
  }

  .trust-pill{
    width:100%;
    justify-content:center;
  }

  /* 🔹 FORM + HIRING STACK */
  .hero-stack{
    grid-template-columns:1fr;
    gap:14px;
  }

  .card-premium{
    padding:16px;
  }

  /* 🔹 SECTIONS */
  .section{
    padding:42px 0;
  }

  .section__header{
    margin-bottom:16px;
  }

  .section__header h2{
    font-size:28px;
  }

  /* 🔹 PANELS */
  .panel{
    padding:18px;
  }

  /* 🔹 GRIDS FORCE SINGLE COLUMN */
  .grid--2,
  .grid--3,
  .grid--4,
  .jobs-grid,
  .gallery{
    grid-template-columns:1fr;
    gap:14px;
  }

  /* 🔹 PROJECT IMAGES */
  .project-card img{
    height:200px;
  }

  /* 🔹 LOGOS */
  .logo-row{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }

  .credentials-grid{
    grid-template-columns:repeat(2,1fr);
  }

  /* 🔹 FOOTER */
  .site-footer__grid{
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }

  .site-footer__bottom{
    flex-direction:column;
    align-items:center;
  }

}