/* GORJIT FINAL CLEAN CSS */

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:11px 16px;
  border-radius:999px;
  background:#ffffff;
  color:#1f3348;
  border:1px solid rgba(31,51,72,.12);
  font-weight:800;
  font-size:14px;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}

.badge *{
  color:#1f3348 !important;
}

.hero .badge{
  background:#ffffff !important;
  color:#1f3348 !important;
}

/* HEADER */
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.header-cta-group{
  display:flex;
  gap:10px;
}

.header-cta-group .btn{
  padding:8px 14px;
  font-size:13px;
  border-radius:18px;
}

/* FOOTER FIX */
.anpc-footer a{
  background:transparent !important;
  padding:0 !important;
  box-shadow:none !important;
}

.anpc-footer img{
  height:46px;
}

/* =========================
   WHATSAPP FLOAT
   ========================= */

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  text-decoration:none;
  z-index:9999;
  box-shadow:0 12px 30px rgba(37,211,102,.3);
  transition:all .2s ease;
}

.whatsapp-float:hover{
  transform:scale(1.08);
  box-shadow:0 16px 36px rgba(37,211,102,.4);
}

/* MOBILE */
@media (max-width:640px){
  .header-inner{
    flex-direction:column;
  }

  .header-cta-group{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }

  .header-cta-group .btn{
    width:100%;
    font-size:12px;
  }

  .whatsapp-float{
    right:14px;
    bottom:14px;
    width:54px;
    height:54px;
    font-size:24px;
  }
}

/* =========================
   GORJIT MOBILE FIREFOX FIX
   ========================= */
@media (max-width:768px){
  .header-inner{
    flex-direction:column !important;
    align-items:center !important;
    gap:10px !important;
  }

  .header-cta-group{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    width:100% !important;
  }

  .header-cta-group .btn{
    width:100% !important;
    min-width:0 !important;
    padding:10px 10px !important;
    font-size:12px !important;
    line-height:1.2 !important;
    border-radius:14px !important;
    white-space:normal !important;
  }

  .whatsapp-float{
    right:14px !important;
    bottom:88px !important;
    width:56px !important;
    height:56px !important;
    font-size:28px !important;
  }
}

@media (max-width:420px){
  .header-cta-group .btn{
    padding:9px 8px !important;
    font-size:11.5px !important;
    border-radius:13px !important;
  }

  .whatsapp-float{
    width:54px !important;
    height:54px !important;
    font-size:26px !important;
  }
}
