
:root{
  --black:#111;
  --black2:#1a1a1a;
  --red:#7a0000;
  --red2:#8b0000;
  --blue:#0b4aa2;
  --text:#111;
  --muted:#5a5a5a;
  --border:#d9d9d9;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:#fff;
}
a{color:#0b57d0; text-decoration:none}
a:hover{text-decoration:underline}
.container{
  width:min(1200px, 96vw);
  margin:0 auto;
}
.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}

.top-strip{
  background:linear-gradient(#0e0e0e, #151515);
  color:#fff;
  border-bottom:1px solid #222;
}
.top-strip__inner{
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 0;
}
.social{display:flex;gap:10px}
.social__btn{
  width:28px;height:28px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#1b7cff;color:#fff;font-weight:700;font-size:14px;
}
.social__btn:nth-child(2){background:#0aa}
.social__btn:nth-child(3){background:#d33}
.social__btn:nth-child(4){background:#0b66c3}
.social__btn:nth-child(5){background:#d00}
.social__btn:nth-child(6){background:#8a2be2}

.mini-nav{
  flex:1;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  font-size:13px;
  font-weight:600;
}
.mini-nav a{color:#fff}
.mini-nav .sep{opacity:.6}
.mini-nav a.active{font-weight:800}
.lang{display:flex;gap:10px}
.lang__btn{
  background:#1e1e1e;
  border:1px solid #3a3a3a;
  color:#fff;
  padding:6px 12px;
  border-radius:8px;
  font-weight:600;
  font-size:13px;
}
.flag{margin-right:6px}

.mid-strip{
  background:linear-gradient(#0f0f0f,#1a1a1a);
  border-bottom:1px solid #242424;
}
.mid-strip__inner{padding:12px 0}
.main-links{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  color:#fff;
  font-size:13px;
  font-weight:700;
}
.main-links a{color:#fff; white-space:nowrap}
.caret{opacity:.7; font-size:11px}
.brandmark{width:42px;height:42px; border-radius:999px; background:#fff; padding:4px}

.red-strip{
  background:linear-gradient(90deg, var(--red2), #6a0000);
}
.red-nav{
  display:flex;
  gap:12px;
  padding:8px 0;
  align-items:center;
  flex-wrap:nowrap;          /* keep menu on one line */
  justify-content:space-between;
  font-weight:800;
  font-size:14px;            /* slight reduction to fit */
  overflow:hidden;
}
.red-nav a{
  color:#fff;
  white-space:nowrap;
  padding:0 4px;
}
.red-nav a.apply{font-weight:900}

.hero img{
  display:block;
  width:100%;
  height:auto;
}

.page{padding:22px 0 34px}
.intro p{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:16px;
  line-height:1.55;
  margin:0 0 12px;
}
.grid{
  display:grid;
  grid-template-columns: 1.65fr .95fr;
  gap:22px;
  margin-top:14px;
  align-items:start;
}
.block{
  margin:0 0 18px;
}
.block h3{
  margin:0 0 8px;
  font-size:20px;
  font-weight:800;
}
.h-red{color:var(--red2)}
.h-blue{color:#3b4b63}
.block p{margin:0 0 10px; line-height:1.55}
.dash{margin:0 0 10px; padding-left:0; list-style:none}
.dash li{
  margin:0 0 6px;
  padding-left:14px;
  position:relative;
}
.dash li:before{
  content:"-";
  position:absolute; left:0; top:0;
  font-weight:800;
  color:#000;
}

.guides{
  margin-top:10px;
  padding-top:8px;
}
.guides__title{
  text-align:center;
  font-style:italic;
  font-weight:800;
  color:#0b57d0;
  margin:10px 0 12px;
  letter-spacing:.5px;
}
.guides__cols{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:22px;
}
.guides ul{margin:0; padding-left:0; list-style:none}
.guides li{margin:8px 0}
.guides a{color:#0b57d0; text-decoration:underline}

.quick-box{
  border:2px solid #111;
  background:#d9d9d9;
  padding:0;
}
.quick-box__title{
  font-family:Georgia, 'Times New Roman', serif;
  font-weight:900;
  font-size:22px;
  color:#0b57d0;
  text-decoration:underline;
  padding:10px 12px 6px;
}
.quick-box__list{
  margin:0;
  padding:0 12px 12px 20px;
}
.quick-box__list li{margin:8px 0}
.quick-box__list a{color:#0b57d0; text-decoration:underline}

.mini-block{
  margin-top:16px;
  font-size:14px;
  line-height:1.5;
}
.mini-block h4{
  margin:0 0 6px;
  font-size:18px;
  font-weight:900;
}
.bottom-split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  margin-top:10px;
}
.tagline{
  margin:10px 0 16px;
  text-align:center;
  font-size:14px;
  color:#222;
}

.apply-card{
  display:grid;
  grid-template-columns: 220px 1fr 320px;
  gap:0;
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(90deg,#6b0000,#8b0000);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.apply-card__photo img{display:block;width:100%;height:100%;object-fit:cover}
.apply-card__body{padding:20px 18px;color:#fff}
.apply-card__title{font-size:26px;font-weight:900;margin-bottom:6px}
.apply-card__text{font-size:18px}
.apply-card__actions{
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  gap:10px;
  color:#fff;
}
.btn{
  display:inline-block;
  background:#101010;
  color:#fff;
  padding:14px 16px;
  border-radius:8px;
  font-weight:900;
}
.apply-card__email a{color:#fff; text-decoration:underline}

.footer{
  margin-top:26px;
  background:radial-gradient(circle at 40% 20%, #2a2a2a, #0d0d0d);
  color:#fff;
}
.footer__top{
  display:grid;
  grid-template-columns: 1.5fr 1fr;
  gap:22px;
  padding:26px 0;
  align-items:center;
}
.footer__links h5{margin:0 0 10px; font-size:18px}
.footer__links p{margin:0 0 12px; line-height:1.6}
.footer__links a{color:#fff}
.copyright a{color:#fff; text-decoration:underline}
.hq-card{
  background:#f2f2f2;
  color:#111;
  border-radius:16px;
  padding:18px 18px 14px;
  position:relative;
}
.hq-card__logo{
  position:absolute;
  top:-24px; left:50%;
  transform:translateX(-50%);
  width:54px;height:54px;
  border-radius:999px;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  border:1px solid #ddd;
}
.hq-card__logo img{width:30px;height:30px}
.hq-card h4{margin:16px 0 6px; text-align:center; font-size:22px}
.hq-card__sub{text-align:center; font-weight:800; margin-bottom:10px}
.hq-card__addr{text-align:center; font-size:12.5px; margin-bottom:10px}
.hq-card__phone{text-align:center; color:#0a7a0a; font-weight:900; font-size:18px; margin-bottom:12px}
.hq-card__social{display:flex; gap:10px; justify-content:center; margin-bottom:10px}
.dot{
  width:30px;height:30px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  color:#fff; font-weight:900;
  background:#1b7cff;
}
.dot:nth-child(2){background:#0aa}
.dot:nth-child(3){background:#d33}
.dot:nth-child(4){background:#0b66c3}
.dot:nth-child(5){background:#d00}
.dot:nth-child(6){background:#8a2be2}
.hq-card__join{text-align:center; margin-top:2px}
.hq-card__note{text-align:center; font-size:12.5px; margin-top:6px}
.hq-card__pager{display:flex; gap:8px; justify-content:center; margin-top:10px}
.p{width:10px;height:10px;border-radius:3px;background:#bbb}
.p1{background:#1b7cff}.p2{background:#111}.p3{background:#d00}.p4{background:#0a7a0a}.p5{background:#ff8c00}

.footer__bottom{
  border-top:1px solid rgba(255,255,255,.15);
  background:linear-gradient(#0d0d0d,#121212);
}
.footer__bottom-inner{
  padding:12px 0;
  text-align:center;
  font-weight:700;
  font-size:13px;
}
.footer__bottom-inner a{color:#fff}

.chat-btn{
  position:fixed;
  right:22px;
  bottom:20px;
  width:74px;
  height:74px;
  border-radius:999px;
  border:none;
  background:linear-gradient(#8b0000,#5f0000);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(0,0,0,.22);
}
.chat-panel{
  position:fixed;
  right:110px;
  bottom:20px;
  width:320px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid #ddd;
  background:#fff;
  box-shadow:0 18px 40px rgba(0,0,0,.2);
}
.chat-panel__header{
  background:linear-gradient(90deg,#8b0000,#5f0000);
  color:#fff;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.chat-close{
  border:none;
  background:transparent;
  color:#fff;
  font-size:22px;
  cursor:pointer;
}
.chat-panel__body{padding:12px}
.chat-panel__bubble{
  margin-top:10px;
  background:#f3f3f3;
  padding:10px;
  border-radius:10px;
  font-size:13px;
  color:#111;
}

/* Responsive */
@media (max-width: 980px){
  .grid{grid-template-columns:1fr}
  .bottom-split{grid-template-columns:1fr}
  .apply-card{grid-template-columns:160px 1fr}
  .apply-card__actions{align-items:flex-start}
}
@media (max-width: 620px){
  .top-strip__inner{flex-wrap:wrap}
  .guides__cols{grid-template-columns:1fr}
  .apply-card{grid-template-columns:1fr}
  .apply-card__actions{align-items:flex-start}
  .chat-panel{right:12px; bottom:110px; width:min(92vw, 360px)}
}


@media (max-width: 1050px){
  .red-nav{font-size:13px; gap:10px}
}
@media (max-width: 880px){
  .red-nav{flex-wrap:wrap; justify-content:flex-start} /* allow wrap on small devices */
}
