/* GIM_TASK_2N_Z33_SINGLE_NAV_FIX_APPLY_PRICING_PLATFORM_IMAGE */
:root{
  --gim-z33-bg:#06162f;
  --gim-z33-bg2:#081f45;
  --gim-z33-gold:#f5c76b;
  --gim-z33-orange:#f59e0b;
  --gim-z33-text:#ffffff;
  --gim-z33-muted:rgba(255,255,255,.74);
  --gim-z33-line:rgba(255,255,255,.14);
}

.gim-z33-nav{
  position:sticky;
  top:0;
  z-index:99999;
  background:linear-gradient(180deg,rgba(4,11,29,.98),rgba(4,11,29,.94));
  border-bottom:1px solid rgba(245,199,107,.18);
  backdrop-filter:blur(18px);
  color:#fff;
}

.gim-z33-navin{
  max-width:1240px;
  margin:0 auto;
  padding:14px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.gim-z33-brand{
  display:flex;
  align-items:center;
  gap:13px;
  color:#fff;
  text-decoration:none;
  min-width:230px;
}

.gim-z33-brand img{
  width:54px;
  height:54px;
  object-fit:contain;
  border-radius:12px;
}

.gim-z33-brand-fallback{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,#fff,var(--gim-z33-gold));
  color:#06162f;
  font-weight:1000;
  font-size:20px;
}

.gim-z33-brand strong{
  display:block;
  font-size:16px;
  line-height:1;
  letter-spacing:-.02em;
}

.gim-z33-brand span span{
  display:block;
  margin-top:3px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(255,255,255,.70);
}

.gim-z33-links{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}

.gim-z33-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:950;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.gim-z33-links a.gold{
  border-color:transparent;
  background:linear-gradient(135deg,var(--gim-z33-gold),var(--gim-z33-orange));
  color:#06162f;
}

.gim-z33-page-shell{
  background:
    radial-gradient(circle at 80% 8%,rgba(245,199,107,.12),transparent 32%),
    linear-gradient(180deg,#06162f,#071832 58%,#06162f);
  color:#fff;
}

.gim-z33-premium-hero{
  max-width:1180px;
  margin:28px auto 22px;
  padding:28px;
  border-radius:30px;
  border:1px solid rgba(245,199,107,.22);
  background:
    radial-gradient(circle at 92% 0%,rgba(245,199,107,.18),transparent 34%),
    linear-gradient(135deg,rgba(12,31,68,.98),rgba(5,14,32,.98));
  color:#fff;
  box-shadow:0 26px 90px rgba(0,0,0,.24);
}

.gim-z33-premium-hero b{
  display:inline-flex;
  margin-bottom:10px;
  border-radius:999px;
  padding:8px 11px;
  background:rgba(245,199,107,.14);
  color:var(--gim-z33-gold);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.gim-z33-premium-hero h1{
  margin:0 0 10px;
  font-size:clamp(40px,5vw,72px);
  line-height:.94;
  letter-spacing:-.055em;
}

.gim-z33-premium-hero p{
  max-width:920px;
  margin:0;
  color:rgba(255,255,255,.76);
  font-size:17px;
  line-height:1.6;
}

.gim-z33-premium-card{
  max-width:1180px;
  margin:20px auto;
  padding:26px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.045);
  color:#fff;
}

.gim-z33-premium-card form,
.gim-z33-premium-card .form,
.gim-z33-premium-card [class*="form"]{
  max-width:none;
}

.gim-z33-platform-img-fixed{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:280px !important;
  object-fit:cover !important;
  border-radius:22px !important;
  background:#0b1730 !important;
}

.gim-z33-remove,
.gim-z33-hidden,
a[href="/"].gim-z33-remove-home{
  display:none !important;
}

@media(max-width:900px){
  .gim-z33-navin{
    flex-direction:column;
    align-items:flex-start;
  }
  .gim-z33-links{
    justify-content:flex-start;
  }
}
