/* /assets/css/hc-header.css - FULL FILE */

:root{
  --hc-navy:#0b2a3d;
  --hc-navy2:#0b3a66;
  --hc-ink:#0f172a;
  --hc-border: rgba(255,255,255,.18);
  --hc-soft: rgba(255,255,255,.10);
  --hc-yellow:#ffcc00;
  --hc-white:#ffffff;
}

.hc-header{
  background: var(--hc-navy);
  color:#fff;
  position:relative;
  z-index:1000;
}

.hc-header a{ color:inherit; text-decoration:none; }

.skip-link{
  position:absolute; left:-9999px; top:0;
  background:#fff; color:#000;
  padding:10px 12px; z-index:99999;
  border-radius:12px;
}
.skip-link:focus{ left:10px; top:10px; }

.hc-topbar{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:start;
  gap:16px;
  padding:16px 20px 12px;
}

/* Brand */
.hc-brand{ min-width:260px; }
.hc-logo{ display:inline-block; }
.hc-logo-title{
  display:block;
  font-weight:1000;
  letter-spacing:.2px;
  font-size:26px;
  line-height:1.1;
}
.hc-dot{ opacity:.95; }
.hc-logo-sub{
  display:block;
  margin-top:4px;
  font-size:14px;
  opacity:.92;
}

/* Badges */
.hc-badges{
  margin-top:10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.hc-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border:1px solid var(--hc-border);
  font-weight:900;
  font-size:12px;
  letter-spacing:.2px;
  white-space:nowrap;
  color:#fff;
}

/* FORCE SVG ICONS VISIBLE */
.hc-ico{
  width:16px !important;
  height:16px !important;
  display:inline-block !important;
  visibility:visible !important;
  opacity:1 !important;
  margin-right:8px !important;
  flex:0 0 auto !important;
}
.hc-ico path{ fill: currentColor !important; }

/* Actions */
.hc-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}
.hc-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  font-weight:900;
  font-size:13px;
  white-space:nowrap;
  cursor:pointer;
  transition: transform .12s ease, background .15s ease, border-color .15s ease;
}
.hc-pill:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.32);
}

.hc-under{
  background: rgba(255,204,0,.22);
  border-color: rgba(255,204,0,.55);
  color:#fff;
}

.hc-pill-ai{
  border:1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.10);
  font-weight:1000;
}

/* Language select */
.hc-lang{ display:flex; align-items:center; gap:8px; }
.hc-select{
  height:34px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color:#fff;
  padding:0 10px;
  font-weight:900;
  min-width:220px;
  outline:none;
}
.hc-select option{ color:#000; }

.hc-sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* Quick cards */
.hc-quickcards{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:14px;
  padding:0 20px 14px;
}
.hc-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  padding:14px 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .12s ease, background .15s ease;
}
.hc-card:hover{ transform: translateY(-2px); background: rgba(255,255,255,.10); }
.hc-card-title{ display:block; font-weight:1000; font-size:14px; margin-bottom:2px; }
.hc-card-sub{ display:block; font-size:12px; opacity:.92; }
.hc-card-yellow{ border-color: rgba(255,204,0,.55); background: rgba(255,204,0,.16); }
.hc-card-green{ border-color: rgba(34,197,94,.45); background: rgba(34,197,94,.12); }
.hc-card-dark{ border-color: rgba(255,255,255,.22); background: rgba(0,0,0,.16); }

/* Nav */
.hc-nav{ padding:0 20px 18px; }
.hc-nav-toggle{
  display:none;
  width:100%;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color:#fff;
  font-weight:1000;
  cursor:pointer;
}
.hc-nav-menu{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:flex-start;
}
.hc-dd{ position:relative; }
.hc-dd-btn{
  height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color:#fff;
  font-weight:1000;
  font-size:13px;
  cursor:pointer;
  transition: background .15s ease, transform .12s ease;
  white-space:nowrap;
}
.hc-dd-btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.14); }

.hc-dd-menu{
  position:absolute;
  left:0;
  top:44px;
  min-width:260px;
  padding:10px;
  border-radius:18px;
  background: rgba(11,42,61,.98);
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  display:none;
}
.hc-dd.open .hc-dd-menu{ display:block; }

.hc-dd-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 10px;
  border-radius:12px;
  font-weight:900;
  font-size:13px;
  color:#fff;
}
.hc-dd-menu a:hover{ background: rgba(255,255,255,.10); }

.hc-soon{
  display:inline-flex;
  margin-left:10px;
  font-size:11px;
  font-weight:1000;
  padding:2px 8px;
  border-radius:999px;
  border:1px solid rgba(255,204,0,.55);
  background: rgba(255,204,0,.18);
  color:#fff;
  letter-spacing:.3px;
  white-space:nowrap;
}

/* Responsive */
@media (max-width: 1200px){
  .hc-quickcards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px){
  .hc-topbar{ grid-template-columns: 1fr; }
  .hc-actions{ align-items:flex-start; }
  .hc-select{ width:100%; min-width:200px; }

  .hc-nav-toggle{ display:block; margin-top:10px; }
  .hc-nav-menu{
    display:none;
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .hc-nav-menu.open{ display:flex; }

  .hc-dd-menu{
    position:static;
    width:100%;
    min-width:unset;
    margin-top:10px;
  }
  .hc-dd{ width:100%; }
  .hc-dd-btn{ width:100%; }
}
@media (max-width: 520px){
  .hc-logo-title{ font-size:22px; }
  .hc-logo-sub{ font-size:13px; }
  .hc-quickcards{ grid-template-columns: 1fr; }
}
