/* GIM_PREMIUM_BRAND_CONSISTENCY_V1 */
:root{
  --gim-brand-navy:#06162f;
  --gim-brand-navy-2:#0b2147;
  --gim-brand-gold:#f59e0b;
  --gim-brand-white:#ffffff;
  --gim-brand-muted:#64748b;
  --gim-brand-line:rgba(255,255,255,.14);
}
.gim-premium-brand-header-v1{
  width:100%;
  background:
    radial-gradient(circle at top left, rgba(245,158,11,.22), transparent 28rem),
    linear-gradient(135deg,var(--gim-brand-navy),var(--gim-brand-navy-2));
  color:var(--gim-brand-white);
  border-bottom:1px solid rgba(245,158,11,.28);
  box-shadow:0 18px 48px rgba(6,22,47,.22);
  position:relative;
  z-index:40;
}
.gim-premium-brand-header-v1 *{box-sizing:border-box}
.gim-premium-brand-inner-v1{
  max-width:1220px;
  margin:0 auto;
  padding:16px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.gim-premium-brand-link-v1{
  display:flex;
  align-items:center;
  gap:13px;
  color:#fff;
  text-decoration:none;
  min-width:0;
}
.gim-premium-brand-logo-v1{
  width:54px;
  height:54px;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  padding:7px;
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.gim-premium-brand-copy-v1{display:flex;flex-direction:column;line-height:1.08;min-width:0}
.gim-premium-brand-name-v1{
  font-weight:900;
  font-size:clamp(18px,2vw,26px);
  letter-spacing:-.03em;
  white-space:nowrap;
}
.gim-premium-brand-slogan-v1{
  margin-top:5px;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
  font-weight:800;
}
.gim-premium-brand-nav-v1{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
}
.gim-premium-brand-nav-v1 a{
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.055);
}
.gim-premium-brand-nav-v1 a:hover{
  color:#fff;
  border-color:rgba(245,158,11,.65);
  background:rgba(245,158,11,.16);
}
.gim-premium-brand-cta-v1{
  background:linear-gradient(135deg,#f59e0b,#fbbf24)!important;
  color:#111827!important;
  border-color:rgba(251,191,36,.9)!important;
  box-shadow:0 12px 28px rgba(245,158,11,.28);
}
@media(max-width:780px){
  .gim-premium-brand-inner-v1{align-items:flex-start;flex-direction:column}
  .gim-premium-brand-nav-v1{justify-content:flex-start}
  .gim-premium-brand-logo-v1{width:48px;height:48px}
}
